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 001684f commit 5ff0814Copy full SHA for 5ff0814
VERSION
@@ -1 +1 @@
1
-1.3.0
+1.4.0
cmd/geth/main.go
@@ -48,9 +48,9 @@ import (
48
49
const (
50
ClientIdentifier = "Geth"
51
- Version = "1.3.0-dev"
+ Version = "1.4.0-unstable"
52
VersionMajor = 1
53
- VersionMinor = 3
+ VersionMinor = 4
54
VersionPatch = 0
55
)
56
0 commit comments