Skip to content

Commit 8c85c28

Browse files
Merge pull request ethereum#84 from XinFinOrg/AnilChinchawale-patch-3
Update version.go
2 parents 931fa28 + 9f647ee commit 8c85c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

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

2323
const (
24-
VersionMajor = 0 // Major version component of the current release
25-
VersionMinor = 5 // Minor 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
2626
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)

0 commit comments

Comments
 (0)