1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-31 07:01:20 +00:00

8 lines
90 B
Go
Raw Normal View History

2016-01-20 16:25:26 -05:00
package version
const Maj = "0"
const Min = "8"
const Fix = "0"
2016-01-20 16:25:26 -05:00
const Version = "0.8.0"