Skip to content

Commit d51d002

Browse files
committed
cmd/geth: bumped version 1.1.0
1 parent 3793991 commit d51d002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/geth/main.go

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

4949
const (
5050
ClientIdentifier = "Geth"
51-
Version = "1.0.3"
51+
Version = "1.1.0"
5252
VersionMajor = 1
53-
VersionMinor = 0
54-
VersionPatch = 3
53+
VersionMinor = 1
54+
VersionPatch = 0
5555
)
5656

5757
var (

0 commit comments

Comments
 (0)