aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-07-11 22:33:39 +0800
committerFelix Lange <fjl@twurst.com>2017-07-11 22:33:39 +0800
commitbf468a81ec261745b25206b2a596eb0ee0a24a74 (patch)
treedf2fa8325a543b37ceaaf3e00df17f0cd03d1f19 /params
parentab5646c532292b51e319f290afccf6a44f874372 (diff)
downloaddexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar
dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.gz
dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.bz2
dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.lz
dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.xz
dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.tar.zst
dexon-bf468a81ec261745b25206b2a596eb0ee0a24a74.zip
params, VERSION: v1.6.8 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 a8e4aedfb..3dac93d89 100644
--- a/params/version.go
+++ b/params/version.go
@@ -21,10 +21,10 @@ import (
)
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 6 // Minor version component of the current release
- VersionPatch = 7 // 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 = 6 // 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
)
// Version holds the textual version string.