aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/config.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-13 22:38:26 +0800
committerobscuren <geffobscura@gmail.com>2014-05-13 22:38:26 +0800
commit485e04d9df9a9f20cc21620c06bcaf62e85f5e21 (patch)
tree5daa91ac00bf1eb3769865c1b4d1292db1aed99d /ethutil/config.go
parenta32dffb0e88c6df4f5a5e2dcfad17252dd37a325 (diff)
parent86d6aba0127d6f35f5dda50d08dff05581031701 (diff)
downloadgo-tangerine-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.gz
go-tangerine-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.zst
go-tangerine-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.zip
Merge branch 'release/poc5-rc4'
Diffstat (limited to 'ethutil/config.go')
-rw-r--r--ethutil/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/config.go b/ethutil/config.go
index feab23e02..07dc85f08 100644
--- a/ethutil/config.go
+++ b/ethutil/config.go
@@ -50,7 +50,7 @@ func ReadConfig(base string) *config {
}
}
- Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC3"}
+ Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC4"}
Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")
}