Skip to content

Commit be76a68

Browse files
committed
cmd/geth: changed version number to 1.2.0
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.
1 parent 12c0afe commit be76a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/geth/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ import (
4848

4949
const (
5050
ClientIdentifier = "Geth"
51-
Version = "1.1.0"
51+
Version = "1.2.0"
5252
VersionMajor = 1
53-
VersionMinor = 1
53+
VersionMinor = 2
5454
VersionPatch = 0
5555
)
5656

0 commit comments

Comments
 (0)