We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72876c commit f7b5977Copy full SHA for f7b5977
1 file changed
version.go
@@ -1,7 +1,7 @@
1
package main
2
3
var (
4
- Version = "0.29.0"
+ Version = "0.30.0"
5
// GitSHA is the commit SHA value set during build
6
GitSHA = "Not provided (use ./build.sh)"
7
)
0 commit comments