Update main branch to start work on 3.0.x

This commit is contained in:
Andy Wilkinson
2021-11-30 15:07:24 +00:00
parent cb6bd22043
commit e06b0d97f7
12 changed files with 112 additions and 12 deletions

View File

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