mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-21 23:42:29 +00:00
44dad6d70b
This reverts commit d02c5d1e30.
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
|