diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-19 22:36:00 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-19 22:36:00 +0800 |
commit | b52807f0c0ff1b89cc1d7172ce1b768a34d02b00 (patch) | |
tree | 23da4f336b03d9ffd1aa3d82155291f7584c25fa | |
parent | 554f20930abba7e55fb0dd2718a00c4bd066c973 (diff) | |
download | go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.tar go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.tar.gz go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.tar.bz2 go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.tar.lz go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.tar.xz go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.tar.zst go-tangerine-b52807f0c0ff1b89cc1d7172ce1b768a34d02b00.zip |
Removed frontier in version :-(
-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 7524af4b2..38c04ec9d 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -42,7 +42,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "Frontier - 0.9.1" + Version = "0.9.1" ) var ( |