Update to 7.0.0-SNAPSHOT

Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
This commit is contained in:
Rob Winch
2025-04-24 19:48:50 -05:00
parent c385a59b68
commit 5abbcecccc
187 changed files with 5240 additions and 40 deletions

View File

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