diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-09-19 16:36:53 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-09-19 16:36:53 +0800 |
commit | 46891c12ab54c9e179f26378ce618fd48460190c (patch) | |
tree | 6eb49557dfa699b7fcd487932b1f16a8ca3bad1a | |
parent | c0010f0220769dbe3965ae7d277daa6f04ce5437 (diff) | |
download | go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.tar go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.tar.gz go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.tar.bz2 go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.tar.lz go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.tar.xz go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.tar.zst go-tangerine-46891c12ab54c9e179f26378ce618fd48460190c.zip |
params: release Geth v1.9.4 stablev1.9.4
-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 8d61e4213..b25e4915a 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 = 4 // 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 = 4 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |