Bump next minor version

This commit is contained in:
Joe Grandja
2024-07-18 17:02:37 -04:00
parent ce76f5c23d
commit 6ceb56fb70
4 changed files with 5 additions and 5 deletions

View File

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