diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-15 17:08:13 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-15 19:40:42 +0800 |
commit | 822355f8a6e8826561433392fd94a8bde7e4dbf3 (patch) | |
tree | 9ce0d55bfe182f6493867ea5497bf2c8cd9e8523 /cmd | |
parent | 7d9c6f611a6c85405299f51647f366fcf18c9b1e (diff) | |
download | go-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
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |