Skip to content

Commit

Permalink
Merge pull request #1879 from obscuren/versioning
Browse files Browse the repository at this point in the history
cmd/geth: dev version number
  • Loading branch information
obscuren committed Oct 5, 2015
2 parents 13699e2 + 7b44b8a commit 44fd395
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.2.0-dev"
Version = "1.3.0-dev"
VersionMajor = 1
VersionMinor = 2
VersionMinor = 3
VersionPatch = 0
)

Expand Down

0 comments on commit 44fd395

Please sign in to comment.