Skip to content

Commit d4866ce

Browse files
committed
v3.27.0
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
1 parent 076e9fc commit d4866ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package version
1818
import "fmt"
1919

2020
const MAJOR uint = 3
21-
const MINOR uint = 26
21+
const MINOR uint = 27
2222
const PATCH uint = 0
2323

2424
var COMMIT string = ""

0 commit comments

Comments
 (0)