aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--cmd/geth/main.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index d0149fef7..80e78df68 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.4
+1.3.5
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 76abf45f0..dab2d8fc0 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -48,10 +48,10 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "1.3.4"
+ Version = "1.3.5"
VersionMajor = 1
VersionMinor = 3
- VersionPatch = 4
+ VersionPatch = 5
)
var (