Next Minor Version

This commit is contained in:
Joe Grandja
2023-02-17 17:41:21 -05:00
parent 56918b9b48
commit 7c6516bbbb
3 changed files with 5 additions and 5 deletions

View File

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