aboutsummaryrefslogtreecommitdiffstats
path: root/params/version.go
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 /params/version.go
parent66432f3821badf24d526f2d9205f36c0543219de (diff)
downloadgo-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.tar
go-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.tar.gz
go-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.tar.bz2
go-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.tar.lz
go-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.tar.xz
go-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.tar.zst
go-tangerine-577d375a0df08710e52b1c38720f98a7f25d206a.zip
VERSION, params: begin v1.8.8 release cycle
Diffstat (limited to 'params/version.go')
-rw-r--r--params/version.go8
1 files changed, 4 insertions, 4 deletions
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.