1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Update to 7.1.0-SNAPSHOT

This commit is contained in:
Robert Winch
2026-01-09 10:32:03 -06:00
committed by Rob Winch
parent e9a92a8e9a
commit b77ea8d3a3
222 changed files with 5287 additions and 100 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "7.0.x"
$main_branch = "7.1.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN