diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-02-19 17:35:31 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-02-19 17:35:31 +0800 |
commit | 1e67410e88d2685bc54611a7c9f75c327b553ccc (patch) | |
tree | 4b03e19d5a5fa41a3bc24563425424c22b2c39fc /params/version.go | |
parent | 1bdde620dad3c5fccb8e5de19fe7f42b1209a156 (diff) | |
download | go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.gz go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.bz2 go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.lz go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.xz go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.tar.zst go-tangerine-1e67410e88d2685bc54611a7c9f75c327b553ccc.zip |
params: release Geth v1.8.1v1.8.1
Diffstat (limited to 'params/version.go')
-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 277585934..86dae7343 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 = 1 // 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 = 1 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string. |