Skip to content

Commit a756bef

Browse files
committed
chore: bump version to v1.30.0 for release
1 parent 2daa019 commit a756bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package cmd
1717
//go:generate ./mkversion.sh
1818

1919
// Version will be overwritten at build-time via mkversion.sh
20-
var Version = "v1.29.0"
20+
var Version = "v1.30.0"
2121

2222
func MockVersion(version string) (restore func()) {
2323
old := Version

0 commit comments

Comments
 (0)