Next Development Version

This commit is contained in:
Joe Grandja
2023-02-21 11:11:48 -05:00
parent 36dc37143e
commit fc6bf6160e
3 changed files with 4 additions and 4 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