Skip to content

Commit cc1db2b

Browse files
Use 6.1.x as default branch
1 parent ca33320 commit cc1db2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/hooks/prepare-forward-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'net/http'
44
require 'yaml'
55
require 'logger'
66

7-
$main_branch = "6.0.x"
7+
$main_branch = "6.1.x"
88

99
$log = Logger.new(STDOUT)
1010
$log.level = Logger::WARN

0 commit comments

Comments
 (0)