aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-02-01 09:14:54 +0800
committerFelix Lange <fjl@twurst.com>2017-02-01 09:14:54 +0800
commit4f5f90222f06f87729a1f05f09472857fa9a32a7 (patch)
treeed363f2540cafc6b7e8abc049c1a6d073e1465d6 /params
parentf58fb32283fe04cd1d416040c6692b4a7352d556 (diff)
downloaddexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar
dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.gz
dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.bz2
dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.lz
dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.xz
dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.tar.zst
dexon-4f5f90222f06f87729a1f05f09472857fa9a32a7.zip
params, VERSION: v1.5.9-unstable
Diffstat (limited to 'params')
-rw-r--r--params/version.go8
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.