aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2019-09-20 19:32:10 +0800
committerFelix Lange <fjl@twurst.com>2019-09-20 19:32:42 +0800
commita1c09b93871dd3770adffb177086abda1b2ff3af (patch)
tree2e6ac34cd2b6b0537542b9488365430f9d8f66ba
parent05347b3d982504e383cfb72fbfc341bd2fe75e94 (diff)
downloadgo-tangerine-1.9.5.tar
go-tangerine-1.9.5.tar.gz
go-tangerine-1.9.5.tar.bz2
go-tangerine-1.9.5.tar.lz
go-tangerine-1.9.5.tar.xz
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.go8
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.