diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-19 01:39:24 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-19 01:39:24 +0800 |
commit | 79f90bf7c1c089ecc57fc5baecda636a0be5c5bb (patch) | |
tree | 2904bb92564979b234e134e2d06638e82e912828 /cmd | |
parent | bc5ae943843231b9bab0edcf5ab9d0a19bf37870 (diff) | |
download | dexon-79f90bf7c1c089ecc57fc5baecda636a0be5c5bb.tar.gz dexon-79f90bf7c1c089ecc57fc5baecda636a0be5c5bb.tar.zst dexon-79f90bf7c1c089ecc57fc5baecda636a0be5c5bb.zip |
added frontier to version
Diffstat (limited to 'cmd')
-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 38c04ec9d..7524af4b2 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -42,7 +42,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.9.1" + Version = "Frontier - 0.9.1" ) var ( |