cmd/geth, VERSION: bumped version 1.3.1

pull/3827/head v1.3.1
Jeffrey Wilcke 9 years ago
parent c841e39476
commit f75becc264
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.3.0
1.3.1

@ -48,10 +48,10 @@ import (
const (
ClientIdentifier = "Geth"
Version = "1.3.0-dev"
Version = "1.3.1"
VersionMajor = 1
VersionMinor = 3
VersionPatch = 0
VersionPatch = 1
)
var (

Loading…
Cancel
Save