mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-25 20:21:21 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
package version
|
|
|
|
const Maj = "0"
|
|
const Min = "10"
|
|
const Fix = "0"
|
|
|
|
const Version = "0.10.0"
|