diff options
author | Felix Lange <fjl@twurst.com> | 2017-02-01 09:14:04 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-02-01 09:14:04 +0800 |
commit | f58fb32283fe04cd1d416040c6692b4a7352d556 (patch) | |
tree | 91fc4a92aedd08fad63f4593270d02e0dd7538da /params/version.go | |
parent | 9c45b4462c2453c0c92282290d9788aecf556798 (diff) | |
download | dexon-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.gz dexon-f58fb32283fe04cd1d416040c6692b4a7352d556.tar.zst dexon-f58fb32283fe04cd1d416040c6692b4a7352d556.zip |
params: v1.5.8-stable
Diffstat (limited to 'params/version.go')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go index b60e105d5..cc95f5de3 100644 --- a/params/version.go +++ b/params/version.go @@ -19,10 +19,10 @@ package params import "fmt" const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 5 // Minor version component of the current release - VersionPatch = 8 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 5 // Minor version component of the current release + VersionPatch = 8 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |