mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-22 07:52:44 +00:00
d2c05bc5b9
This reverts commit 96a3502
8 lines
106 B
Go
8 lines
106 B
Go
package rpc
|
|
|
|
const Maj = "0"
|
|
const Min = "7"
|
|
const Fix = "0"
|
|
|
|
const Version = Maj + "." + Min + "." + Fix
|