Merge branch '2.3.x' into 2.4.x

This commit is contained in:
Stephane Nicoll 2020-12-14 14:32:36 +01:00
commit 8478e86ac2
1 changed files with 1 additions and 1 deletions

View File

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