Browse Source

bump version

pull/67/head
Jae Kwon 10 years ago
parent
commit
e6a96e2cd6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node/node.go

+ 1
- 1
node/node.go View File

@ -218,7 +218,7 @@ func makeNodeInfo(sw *p2p.Switch) *types.NodeInfo {
nodeInfo := &types.NodeInfo{
Moniker: config.App().GetString("Moniker"),
Network: config.App().GetString("Network"),
Version: "0.0.2", // Bumped for new SignBytes.
Version: "0.1.0", // all JSON fields are under_score
}
if !sw.IsListening() {
return nodeInfo


Loading…
Cancel
Save