aboutsummaryrefslogtreecommitdiffstats
path: root/params/version.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-04-14 18:43:10 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-04-14 18:43:10 +0800
commitc7a4d9cf8ae307a94d16dd8197824eecd320cdf7 (patch)
tree10f17cd10a7da195e22c82fa5f1fab926138607a /params/version.go
parentfacc47cb5cec97b22c815a0a6118816a98f39876 (diff)
downloadgo-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar
go-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.gz
go-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.bz2
go-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.lz
go-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.xz
go-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.tar.zst
go-tangerine-c7a4d9cf8ae307a94d16dd8197824eecd320cdf7.zip
VERSION, params: begin 1.6.1 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 478109816..b46c980dd 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 = 0 // 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 = 1 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.