Skip to content

Commit 59d25c0

Browse files
author
Gustav Simonsson
committed
cmd/geth: bump 1.1.3
1 parent cde06b4 commit 59d25c0

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,10 +48,10 @@ import (
4848

4949
const (
5050
ClientIdentifier = "Geth"
51-
Version = "1.1.2"
51+
Version = "1.1.3"
5252
VersionMajor = 1
5353
VersionMinor = 1
54-
VersionPatch = 2
54+
VersionPatch = 3
5555
)
5656

5757
var (

0 commit comments

Comments
 (0)