Skip to content

Commit 9e48a36

Browse files
committed
v2.30.0
Signed-off-by: FUJITA Tomonori <[email protected]>
1 parent 3facdfc commit 9e48a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package version
1818
import "fmt"
1919

2020
const MAJOR uint = 2
21-
const MINOR uint = 29
21+
const MINOR uint = 30
2222
const PATCH uint = 0
2323

2424
var COMMIT string = ""

0 commit comments

Comments
 (0)