tendermint/abci/version/version.go
Zach Ramsay 44dad6d70b Revert "detele everything"
This reverts commit d02c5d1e30c569ff5f785f2b7d80b875cf2e9977.
2018-07-10 11:22:25 -04:00

10 lines
172 B
Go

package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
const Maj = "0"
const Min = "12"
const Fix = "0"
const Version = "0.12.0"