Merge branch '5.8.x'

This commit is contained in:
Steve Riesenberg 2022-08-24 16:46:37 -05:00
commit 87e5cb07fd
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 1 deletions

View File

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