OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / abci / version / version.go
1 package version
2
3 // NOTE: we should probably be versioning the ABCI and the abci-cli separately
4
5 const Maj = "0"
6 const Min = "7"
7 const Fix = "0"
8
9 const Version = "0.7.0"