Update main to replace 4.0.x branch

This commit is contained in:
Andy Wilkinson
2025-06-20 09:18:05 +01:00
parent 907c180842
commit 4882c3707b
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "3.5.x"
$main_branch = "4.0.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN