Bump next minor version

This commit is contained in:
Joe Grandja
2025-02-11 15:44:36 -05:00
parent 41799cca64
commit bf7f4f4af9
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.4.x"
$main_branch = "1.5.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN