We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05eb8f8 commit 7356bbdCopy full SHA for 7356bbd
pkg/version/version.go
@@ -1,7 +1,7 @@
1
package version
2
3
var (
4
- Version = "0.37.0"
+ Version = "0.38.0"
5
// GitSHA is the commit SHA value set during build
6
GitSHA = "Not provided (use ./build.sh)"
7
)
0 commit comments