Compare commits

...

1 Commits

Author SHA1 Message Date
Jeffrey Wilcke f75becc264 cmd/geth, VERSION: bumped version 1.3.1 9 years ago
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.3.0 1.3.1

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

Loading…
Cancel
Save