mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 11:26:20 +00:00
version bump 0.6.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user