diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-09-03 17:00:38 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-09-03 17:00:38 +0800 |
commit | cfbb969da803d4cc92e1a64fc1b3c06db299b564 (patch) | |
tree | e9a1f7b7200472d2c0af24193ab40825f5e2eb5d | |
parent | 1611815b8dc7e5168823a0bb5785a65f59579ec9 (diff) | |
download | go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.tar go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.tar.gz go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.tar.bz2 go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.tar.lz go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.tar.xz go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.tar.zst go-tangerine-cfbb969da803d4cc92e1a64fc1b3c06db299b564.zip |
params: release Geth v1.9.3 stablev1.9.3
-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 94386f53d..ff4915111 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 = 3 // 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 = 3 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |