aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/main.go4
1 files changed, 2 insertions, 2 deletions
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
)