aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-05-02 19:04:09 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-02 19:04:09 +0800
commit577d375a0df08710e52b1c38720f98a7f25d206a (patch)
treee6f35c98dccd2510833cab4734c984193e29b94f
parent66432f3821badf24d526f2d9205f36c0543219de (diff)
downloaddexon-577d375a0df08710e52b1c38720f98a7f25d206a.tar
dexon-577d375a0df08710e52b1c38720f98a7f25d206a.tar.gz
dexon-577d375a0df08710e52b1c38720f98a7f25d206a.tar.bz2
dexon-577d375a0df08710e52b1c38720f98a7f25d206a.tar.lz
dexon-577d375a0df08710e52b1c38720f98a7f25d206a.tar.xz
dexon-577d375a0df08710e52b1c38720f98a7f25d206a.tar.zst
dexon-577d375a0df08710e52b1c38720f98a7f25d206a.zip
VERSION, params: begin v1.8.8 release cycle
-rw-r--r--VERSION2
-rw-r--r--params/version.go8
2 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 88d3ee790..1790d3598 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.7
+1.8.8
diff --git a/params/version.go b/params/version.go
index dd8436824..8b96f2516 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 = 8 // 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 = 8 // 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.