mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
8 lines
151 B
Go
8 lines
151 B
Go
package rpc
|
|
|
|
const Maj = "0"
|
|
const Min = "6" // 0x-prefixed string args handled as hex
|
|
const Fix = "0" //
|
|
|
|
const Version = Maj + "." + Min + "." + Fix
|