mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
8 lines
194 B
Go
8 lines
194 B
Go
package version
|
|
|
|
const Maj = "0"
|
|
const Min = "8" // validator set changes, tmsp->abci, app persistence/recovery, BFT-liveness fix
|
|
const Fix = "0" //
|
|
|
|
const Version = Maj + "." + Min + "." + Fix
|