aboutsummaryrefslogtreecommitdiffstats
path: root/params/version.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-05-30 16:00:07 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-30 16:00:07 +0800
commiteae63c511ceafab14b92e274c1b18bf1700e2d3d (patch)
tree12e19d558c44077d99c44f23adbc3fc43f61f972 /params/version.go
parentca34e8230e52805401cff05ca874bc3bc90296e8 (diff)
downloadgo-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar
go-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.gz
go-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.bz2
go-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.lz
go-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.xz
go-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.tar.zst
go-tangerine-eae63c511ceafab14b92e274c1b18bf1700e2d3d.zip
params: release Geth 1.8.10 hotfixv1.8.10
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 aa1b7aea4..e38c23293 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 = "unstable" // 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 = 10 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.