We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acc633 commit 0b5c42bCopy full SHA for 0b5c42b
version/version.go
@@ -1,7 +1,7 @@
1
package version
2
3
var (
4
- gitVersion = "v0.0.0-master+$Format:%h$"
+ gitVersion = "v0.0.0-master+$Format:%h$"
5
)
6
7
func Version() string {
0 commit comments