diff options
author | Felix Lange <fjl@twurst.com> | 2017-02-01 09:14:54 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-02-01 09:14:54 +0800 |
commit | 4f5f90222f06f87729a1f05f09472857fa9a32a7 (patch) | |
tree | ed363f2540cafc6b7e8abc049c1a6d073e1465d6 /params | |
parent | f58fb32283fe04cd1d416040c6692b4a7352d556 (diff) | |
download | dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.gz dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.zst dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.zip |
params, VERSION: v1.5.9-unstable
Diffstat (limited to 'params')
-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 cc95f5de3..72ec2d239 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 = "stable" // 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 = 9 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string. |