1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-23 01:41:31 +00:00
Files
tendermint/abci/version/version.go

10 lines
172 B
Go
Raw Normal View History

2018-06-22 02:36:54 +02:00
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"