Skip to content

Commit

Permalink
modify efsn version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zongyuan committed Sep 25, 2019
1 parent a709c74 commit 9c6f0d9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release

// EFSN will take ethereum version
// multiple patch version by a 1000
// and put its version into the hundreds place
// so 16001 means ethereum VersionPath=16
// efsn patch = 001
VersionPatch = 16017 // Patch version component of the current release
VersionMajor = 3 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release

VersionMeta = "stable" // Version metadata to append to the version string
)
Expand Down

0 comments on commit 9c6f0d9

Please sign in to comment.