Initiate Spring Initializr 0.20.0 shapshots

This commit is contained in:
Stephane Nicoll
2022-11-08 15:47:19 +09:00
parent 1d95f268bc
commit ac16ddc8f5
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.13.x"
$main_branch = "0.20.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN