Skip to content

Commit 5898a06

Browse files
committed
params: bump version to v1.0.0
1 parent 084a1ff commit 5898a06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

params/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 0 // Major version component of the current release
25-
VersionMinor = 1 // Minor version component of the current release
26-
VersionPatch = 4 // Patch version component of the current release
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 0 // Minor version component of the current release
26+
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)