Merge pull request #26 from ethersphere/master

bump v5.15
This commit is contained in:
Jeffrey Wilcke 2014-06-27 00:11:55 +02:00
commit 30f5642c62
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func ReadConfig(ConfigFile string, Datadir string, Identifier string, EnvPrefix
} else { } else {
g.ParseAll() g.ParseAll()
} }
Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.14", conf: g, Identifier: Identifier} Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.15", conf: g, Identifier: Identifier}
Config.SetClientString("Ethereum(G)") Config.SetClientString("Ethereum(G)")
} }
return Config return Config