diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-16 05:53:41 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-16 06:26:36 +0800 |
commit | 7ea76fcf993f3fecb55233bdcc2409618d9080b9 (patch) | |
tree | d898e2b20a6c2e0b5613ae7f669499c5db23b719 /cmd/geth | |
parent | 79fa05867f78a159f4c229c21c12f0e4679b5b2e (diff) | |
download | go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.gz go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.bz2 go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.lz go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.xz go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.zst go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.zip |
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
Diffstat (limited to 'cmd/geth')
-rw-r--r-- | cmd/geth/main.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 725f04efe..158b08796 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -50,7 +50,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.20" + Version = "0.9.21" ) var ( @@ -283,8 +283,6 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso } func main() { - //fmt.Printf("\n π\n\n α΄‘α΄Κα΄α΄α΄α΄ α΄α΄ α΄Κα΄\n π
π π π π π π π\n\nπΎ π΅πΎπΎ π πΎ π΅ πΎ\n\n") - fmt.Println("\n Welcome to the\n FRONTIER\n") runtime.GOMAXPROCS(runtime.NumCPU()) defer logger.Flush() if err := app.Run(os.Args); err != nil { |