1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-10 20:01:20 +00:00
Files
tendermint/rpc/lib/version.go
2017-04-26 19:57:33 -04:00

8 lines
106 B
Go

package rpc
const Maj = "0"
const Min = "7"
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix