diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | cmd/geth/main.go | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -1.4.0 +1.5.0 diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 512a5f183..6ab4ed45b 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -45,9 +45,9 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.4.0-unstable" + Version = "1.5.0-unstable" VersionMajor = 1 - VersionMinor = 4 + VersionMinor = 5 VersionPatch = 0 ) |