Skip to content

Commit f7b5977

Browse files
committed
Bump version to 0.30.0
Signed-off-by: Benjamin Wang <[email protected]>
1 parent c72876c commit f7b5977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
var (
4-
Version = "0.29.0"
4+
Version = "0.30.0"
55
// GitSHA is the commit SHA value set during build
66
GitSHA = "Not provided (use ./build.sh)"
77
)

0 commit comments

Comments
 (0)