cmd/geth: version 1.1.3

pull/3825/head
Jeffrey Wilcke 9 years ago
parent 33099eaeb6
commit 4bf0cbcdd3
  1. 4
      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 (

Loading…
Cancel
Save