aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-15 17:08:13 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-11-15 19:40:42 +0800
commit822355f8a6e8826561433392fd94a8bde7e4dbf3 (patch)
tree9ce0d55bfe182f6493867ea5497bf2c8cd9e8523
parent7d9c6f611a6c85405299f51647f366fcf18c9b1e (diff)
downloadgo-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.tar
go-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.tar.gz
go-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.tar.bz2
go-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.tar.lz
go-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.tar.xz
go-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.tar.zst
go-tangerine-822355f8a6e8826561433392fd94a8bde7e4dbf3.zip
VERSION, cmd/geth: version bump 1.4.19
-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 f689e8c1a..fd4ca57b8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.18
+1.4.19
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index c4389e434..ce9b532e6 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 = 18 // Patch version component of the current release
+ versionPatch = 19 // 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