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 869d979 commit cab802bCopy full SHA for cab802b
VERSION
@@ -1 +1 @@
1
-1.3.4
+1.3.5
cmd/geth/main.go
@@ -48,10 +48,10 @@ import (
48
49
const (
50
ClientIdentifier = "Geth"
51
- Version = "1.3.4"
+ Version = "1.3.5"
52
VersionMajor = 1
53
VersionMinor = 3
54
- VersionPatch = 4
+ VersionPatch = 5
55
)
56
57
var (
0 commit comments