diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-21 01:05:46 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-21 01:05:46 +0800 |
commit | cc43ab9a810125239636143a91609389b19b49c7 (patch) | |
tree | 5048e68a9df2a713f1b28102215567a4779aed83 /cmd/ethereum/main.go | |
parent | 66d5559866f37a79a7b5aeccd03dfe1b4401542b (diff) | |
download | dexon-cc43ab9a810125239636143a91609389b19b49c7.tar dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.gz dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.bz2 dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.lz dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.xz dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.zst dexon-cc43ab9a810125239636143a91609389b19b49c7.zip |
Minor updates for release
Diffstat (limited to 'cmd/ethereum/main.go')
-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") |