aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-05-04 19:34:59 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-05-04 19:34:59 +0800
commit93832b633e1bfa4ec32a937f0cd9d90644c39c73 (patch)
treeae990fb870828570e8087e80db2f4e5bf618bd4d /params
parent021c3c281629baf2eae967dc2f0a7532ddfdc1fb (diff)
downloaddexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar
dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.gz
dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.bz2
dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.lz
dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.xz
dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.tar.zst
dexon-93832b633e1bfa4ec32a937f0cd9d90644c39c73.zip
VERSION, params: begin 1.6.2 release cycle
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 bde3c4b8b..ab2ffceba 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 = 1 // 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 = 2 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.