Switch to 0.12.0-SNAPSHOT

This commit is contained in:
Stephane Nicoll
2021-10-28 14:25:33 +02:00
parent 7819f0214c
commit 46cad91d88
5 changed files with 5 additions and 5 deletions

View File

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