version bump 0.6.0

This commit is contained in:
Ethan Buchman 2017-01-12 00:13:20 -05:00
parent b494cc5219
commit 0eb278ad3b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package rpc
const Maj = "0"
const Min = "5" // refactored out of tendermint/tendermint; RPCResponse.Result is RawJSON
const Fix = "1" // support tcp:// or unix:// prefixes
const Min = "6" // 0x-prefixed string args handled as hex
const Fix = "0" //
const Version = Maj + "." + Min + "." + Fix