Increment to 6.5.0-SNAPSHOT

Closes gh-16221
This commit is contained in:
Rob Winch
2024-12-12 21:44:08 -06:00
parent 7e83fd54aa
commit 2fcd305509
13 changed files with 5225 additions and 404 deletions

View File

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