aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-05-30 16:04:45 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-30 16:04:45 +0800
commit68b0d30d4ad81cfd656a6063baa034cfd9e36ec9 (patch)
treeb2775266dba277840cb64e9daf4650ff10bd9574 /params
parenteae63c511ceafab14b92e274c1b18bf1700e2d3d (diff)
downloadgo-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.tar
go-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.tar.gz
go-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.tar.bz2
go-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.tar.lz
go-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.tar.xz
go-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.tar.zst
go-tangerine-68b0d30d4ad81cfd656a6063baa034cfd9e36ec9.zip
VERSION, params: begin 1.8.11 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 e38c23293..8689ccba7 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 = 10 // 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 = 11 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.