Compare commits

...

1 Commits

Author SHA1 Message Date
9666db2a44 VERSION, cmd/geth: bumped version 1.2.1 2015-10-01 10:38:43 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.2.0 1.2.1

View File

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