Skip to content

Commit

Permalink
cmd/geth: changed version number to 1.2.0
Browse files Browse the repository at this point in the history
Changed the version number of geth to 1.2.0 so that dev builds are now properly build (instead of master). Note to self; increase version number to 1.2.1 for our next actual release.
  • Loading branch information
obscuren committed Sep 21, 2015
1 parent 12c0afe commit be76a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ import (

const (
ClientIdentifier = "Geth"
Version = "1.1.0"
Version = "1.2.0"
VersionMajor = 1
VersionMinor = 1
VersionMinor = 2
VersionPatch = 0
)

Expand Down

0 comments on commit be76a68

Please sign in to comment.