Start working on 3.1.0

This commit is contained in:
Andy Wilkinson
2023-01-23 11:52:32 +00:00
parent ff630c4647
commit 63abaa4cd2
13 changed files with 115 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "3.0.x"
$main_branch = "3.1.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN