mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 09:12:14 +00:00
8 lines
182 B
Go
8 lines
182 B
Go
package version
|
|
|
|
const Maj = "0"
|
|
const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit
|
|
const Fix = "0"
|
|
|
|
const Version = Maj + "." + Min + "." + Fix
|