Skip to content

Commit b028222

Browse files
committed
update version to v1.0.0
1 parent 91619f2 commit b028222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Package version records versioning information about this module.
22
package version
33

4-
var Version = "0.0.0"
4+
var Version = "1.0.0"
55

66
// String formats the semantic version string for this module.
77
func String() string {

0 commit comments

Comments
 (0)