Skip to content

Commit 7356bbd

Browse files
committed
Bump version to 0.38.0
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
1 parent 05eb8f8 commit 7356bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

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

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

0 commit comments

Comments
 (0)