diff options
author | Felix Lange <fjl@twurst.com> | 2019-09-20 19:32:10 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2019-09-20 19:32:42 +0800 |
commit | a1c09b93871dd3770adffb177086abda1b2ff3af (patch) | |
tree | 2e6ac34cd2b6b0537542b9488365430f9d8f66ba | |
parent | 05347b3d982504e383cfb72fbfc341bd2fe75e94 (diff) | |
download | go-tangerine-1.9.5.tar.gz go-tangerine-1.9.5.tar.zst go-tangerine-1.9.5.zip |
params: release Geth v1.9.5 stablev1.9.5
-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 511bc075e..9b6fb3f58 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 = 5 // 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 = 5 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |