aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-10-06 17:52:48 +0800
committerFelix Lange <fjl@twurst.com>2016-10-06 22:25:17 +0800
commit4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1 (patch)
tree65bf7157ed5fd2799947e2fda86259494f75d5bd
parent18971d9cb4b06412188a845a1cf87dcac76bd8b4 (diff)
downloadgo-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.tar
go-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.tar.gz
go-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.tar.bz2
go-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.tar.lz
go-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.tar.xz
go-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.tar.zst
go-tangerine-4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1.zip
[release/1.4.16] cmd/geth, VERSION: bumped version to 1.4.16v1.4.16
-rw-r--r--VERSION2
-rw-r--r--cmd/geth/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 8a3b8ac20..6ee81aba9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.15
+1.4.16
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index b7fc89d7d..1e178ebe7 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -50,7 +50,7 @@ const (
clientIdentifier = "Geth" // Client identifier to advertise over the network
versionMajor = 1 // Major version component of the current release
versionMinor = 4 // Minor version component of the current release
- versionPatch = 15 // Patch version component of the current release
+ versionPatch = 16 // Patch version component of the current release
versionMeta = "stable" // Version metadata to append to the version string
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle