aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-09-14 18:55:42 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-09-14 18:55:42 +0800
commit6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2 (patch)
tree07d6a74cecf0a368488b2aaa9989a3e86dff2c3d /params
parent5c93462b5e4f5b7eb0496f10512b3d8a32b0c91a (diff)
downloadgo-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.tar
go-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.tar.gz
go-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.tar.bz2
go-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.tar.lz
go-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.tar.xz
go-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.tar.zst
go-tangerine-6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2.zip
params: release Geth 1.7.0 - Megarav1.7.0
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 089666260..b43cecf70 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 = 7 // Minor version component of the current release
- VersionPatch = 0 // 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 = 7 // 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
)
// Version holds the textual version string.