mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
8 lines
218 B
Go
8 lines
218 B
Go
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 Version = Maj + "." + Min + "." + Fix
|