aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-09-03 17:00:38 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-09-03 17:00:38 +0800
commitcfbb969da803d4cc92e1a64fc1b3c06db299b564 (patch)
treee9a1f7b7200472d2c0af24193ab40825f5e2eb5d
parent1611815b8dc7e5168823a0bb5785a65f59579ec9 (diff)
downloadgo-tangerine-1.9.3.tar
go-tangerine-1.9.3.tar.gz
go-tangerine-1.9.3.tar.bz2
go-tangerine-1.9.3.tar.lz
go-tangerine-1.9.3.tar.xz
go-tangerine-1.9.3.tar.zst
go-tangerine-1.9.3.zip
params: release Geth v1.9.3 stablev1.9.3
-rw-r--r--params/version.go8
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.