Skip to content

Commit 18580e1

Browse files
committed
VERSION, cmd/geth: bumped version
1 parent a6ca8fd commit 18580e1

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.4.0
1+
1.5.0

cmd/geth/main.go

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

4646
const (
4747
ClientIdentifier = "Geth"
48-
Version = "1.4.0-unstable"
48+
Version = "1.5.0-unstable"
4949
VersionMajor = 1
50-
VersionMinor = 4
50+
VersionMinor = 5
5151
VersionPatch = 0
5252
)
5353

0 commit comments

Comments
 (0)