mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-29 08:42:14 +00:00
8 lines
90 B
Go
8 lines
90 B
Go
package version
|
|
|
|
const Maj = "0"
|
|
const Min = "9"
|
|
const Fix = "0"
|
|
|
|
const Version = "0.9.0"
|