diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 1b720ac37995b3097e9e4ce30f49f2d901261d44..57218780e60ec0be2d544fcb8380fe53200e3428 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 (