Next Development Version

This commit is contained in:
Joe Grandja
2023-02-21 12:36:51 -05:00
parent 3da46217ba
commit 2ee1a179e9
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