diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-21 01:14:53 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-21 01:14:53 +0800 |
commit | 703dc8299c2a1c6956812b48c544300f23e4f22b (patch) | |
tree | 46ab5943fd5e26198067aeec4a44287452eb2a32 /cmd/ethereum | |
parent | 66d5559866f37a79a7b5aeccd03dfe1b4401542b (diff) | |
parent | d586a633ff005ac01c9f1eb33552d147cf6c883e (diff) | |
download | dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.gz dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.bz2 dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.lz dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.xz dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.zst dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.zip |
Merge branch 'release/0.9.0' into develop
Diffstat (limited to 'cmd/ethereum')
-rw-r--r-- | cmd/ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 1f1a0b761..fcf7f8ef0 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -37,7 +37,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.8.3" + Version = "0.9.0" ) var clilogger = logger.NewLogger("CLI") |