Skip to content

Commit c541b38

Browse files
committed
VERSION, cmd/geth: bumped version number 1.3.3
1 parent 336a4d7 commit c541b38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3

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.3.2"
51+
Version = "1.3.3"
5252
VersionMajor = 1
5353
VersionMinor = 3
54-
VersionPatch = 2
54+
VersionPatch = 3
5555
)
5656

5757
var (

0 commit comments

Comments
 (0)