Next Minor Version

This commit is contained in:
Joe Grandja
2023-06-15 09:57:20 -04:00
parent d45a1fbfce
commit aa8cffa6a7
3 changed files with 3 additions and 3 deletions

View File

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