cmd/geth: bump 1.1.3

pull/3825/head^2 v1.1.3
Gustav Simonsson 9 years ago
parent cde06b4009
commit 59d25c0c2c
  1. 4
      cmd/geth/main.go

@ -48,10 +48,10 @@ import (
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "1.1.2" Version = "1.1.3"
VersionMajor = 1 VersionMajor = 1
VersionMinor = 1 VersionMinor = 1
VersionPatch = 2 VersionPatch = 3
) )
var ( var (

Loading…
Cancel
Save