mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-06 12:02:13 +00:00
8 lines
90 B
Go
8 lines
90 B
Go
package version
|
|
|
|
const Maj = "0"
|
|
const Min = "8"
|
|
const Fix = "0"
|
|
|
|
const Version = "0.8.0"
|