Skip to content

Commit 4cd21e9

Browse files
committed
Bump version to 0.24.0
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
1 parent da4ce2f commit 4cd21e9

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.23.0"
4+
Version = "0.24.0"
55
// GitSHA is the commit SHA value set during build
66
GitSHA = "Not provided (use ./build.sh)"
77
)

0 commit comments

Comments
 (0)