diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-25 06:56:17 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-25 06:56:17 +0800 |
commit | 8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4 (patch) | |
tree | ff72b1935c12817594466adfa3334e9f23736924 /cmd/geth/main.go | |
parent | 7afbd0f20d39ed3957f696f49da8c159735e95d3 (diff) | |
parent | ed036a2ce7d846297032a803fd7e82a3f84b239a (diff) | |
download | dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.tar dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.tar.gz dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.tar.bz2 dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.tar.lz dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.tar.xz dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.tar.zst dexon-8d09f95bc7a73aaf567b05028ebdb4f2ac5129e4.zip |
Merge pull request #805 from obscuren/download_improvements
eth, eth/downloader: improve downloader and remove asynchronousness
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 5afdecfbf..c210431ba 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -47,7 +47,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.11" + Version = "0.9.12" ) var app = utils.NewApp(Version, "the go-ethereum command line interface") |