diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 1b720ac379..57218780e6 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.1.2" + Version = "1.1.3" VersionMajor = 1 VersionMinor = 1 - VersionPatch = 2 + VersionPatch = 3 ) var (