Skip to content

Commit d8f8a11

Browse files
authored
Merge pull request #6 from bttcprotocol/feat/change_version
update version to 1.0.0
2 parents e2a2b7d + a5b0deb commit d8f8a11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 = 2 // Minor version component of the current release
26-
VersionPatch = 8 // 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)