Update main branch to start work on 2.7.x

This commit is contained in:
Andy Wilkinson
2021-11-30 11:05:32 +00:00
parent 3b12a5efe9
commit 86a773a8e9
13 changed files with 114 additions and 14 deletions

View File

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