diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 3f3d0f6f9b679320f3e8c14f1f454195e9a873d9..ff556c984ec26f675a8e83041f0c81d914b5a490 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -48,10 +48,10 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "1.0.3"
+	Version          = "1.1.0"
 	VersionMajor     = 1
-	VersionMinor     = 0
-	VersionPatch     = 3
+	VersionMinor     = 1
+	VersionPatch     = 0
 )
 
 var (