mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-29 00:32:14 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
|
package version
|
||
|
|
||
|
const Maj = "0"
|
||
|
const Min = "6" // tmsp refactor
|
||
|
const Fix = "0"
|
||
|
|
||
|
const Version = Maj + "." + Min + "." + Fix
|