We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ca8fd commit 18580e1Copy full SHA for 18580e1
VERSION
@@ -1 +1 @@
1
-1.4.0
+1.5.0
cmd/geth/main.go
@@ -45,9 +45,9 @@ import (
45
46
const (
47
ClientIdentifier = "Geth"
48
- Version = "1.4.0-unstable"
+ Version = "1.5.0-unstable"
49
VersionMajor = 1
50
- VersionMinor = 4
+ VersionMinor = 5
51
VersionPatch = 0
52
)
53
0 commit comments