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.
1 parent 91619f2 commit b028222Copy full SHA for b028222
internal/version/version.go
@@ -1,7 +1,7 @@
1
// Package version records versioning information about this module.
2
package version
3
4
-var Version = "0.0.0"
+var Version = "1.0.0"
5
6
// String formats the semantic version string for this module.
7
func String() string {
0 commit comments