Bump version to 1.1.1

pull/1760/head v1.1.1
Gustav Simonsson 9 years ago
parent 042dcf1b28
commit 8f09242d7f
  1. 4
      cmd/geth/main.go

@ -48,10 +48,10 @@ import (
const (
ClientIdentifier = "Geth"
Version = "1.1.0"
Version = "1.1.1"
VersionMajor = 1
VersionMinor = 1
VersionPatch = 0
VersionPatch = 1
)
var (

Loading…
Cancel
Save