Skip to content

Commit 48a99d2

Browse files
committed
bump
1 parent b3c9752 commit 48a99d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereal/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
ClientIdentifier = "Ethereal"
15-
Version = "0.6.3"
15+
Version = "0.6.4"
1616
)
1717

1818
var ethereum *eth.Ethereum

ethereum/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
ClientIdentifier = "Ethereum(G)"
16-
Version = "0.6.3"
16+
Version = "0.6.4"
1717
)
1818

1919
var logger = ethlog.NewLogger("CLI")

0 commit comments

Comments
 (0)