1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-22 01:11:32 +00:00
Files
tendermint/version/version.go

8 lines
127 B
Go
Raw Normal View History

2016-01-20 16:25:26 -05:00
package version
const Maj = "0"
const Min = "6" // tmsp refactor
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix