We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e67b799 + 32f900e commit ca320b9Copy full SHA for ca320b9
internal/version.go
@@ -7,4 +7,4 @@ import (
7
// Version contains version and Git commit information.
8
//
9
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
10
-var Version = version.Version("0.2.0", "$Format:%(describe)$", "$Format:%H$")
+var Version = version.Version("0.3.0", "$Format:%(describe)$", "$Format:%H$")
0 commit comments