mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-05 03:22:13 +00:00
8 lines
180 B
Go
8 lines
180 B
Go
package rpc
|
|
|
|
const Maj = "0"
|
|
const Min = "5" // refactored out of tendermint/tendermint; RPCResponse.Result is RawJSON
|
|
const Fix = "0"
|
|
|
|
const Version = Maj + "." + Min + "." + Fix
|