aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-06-23 17:26:54 +0800
committerFelix Lange <fjl@twurst.com>2017-06-23 17:26:54 +0800
commit10a45cb59bd9bc9f717817afc029a57b222e558d (patch)
tree8d6f041f3a5805360776e4fe45106e3c9c2d8bd0 /params
parentcd88f697150b61193a191196ec27e0b128f05690 (diff)
downloaddexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar
dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.gz
dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.bz2
dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.lz
dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.xz
dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.tar.zst
dexon-10a45cb59bd9bc9f717817afc029a57b222e558d.zip
params: 1.6.6 stable
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 fbf49ead9..196d9987e 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 = 6 // 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 = 6 // Minor version component of the current release
+ VersionPatch = 6 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.