diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-07-10 15:41:15 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-07-10 15:41:15 +0800 |
commit | 52f2461774bcb8cdd310f86b4bc501df5b783852 (patch) | |
tree | d4f67a1022a187d81e7bd14119ac2507d5153475 /params | |
parent | 54d0eeb494034bb951e9c8975dcdd9a942cfcbe9 (diff) | |
download | go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.tar go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.tar.gz go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.tar.bz2 go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.tar.lz go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.tar.xz go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.tar.zst go-tangerine-52f2461774bcb8cdd310f86b4bc501df5b783852.zip |
params: release Geth v1.9.0v1.9.0
Diffstat (limited to 'params')
-rw-r--r-- | params/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/params/version.go b/params/version.go index c91a26ed8..16734bdff 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 = 9 // 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 = 9 // 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. |