mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 01:02:13 +00:00
8 lines
145 B
Go
8 lines
145 B
Go
|
package types
|
||
|
|
||
|
const Maj = "0"
|
||
|
const Min = "3" // ResponseInfo, ResponseEndBlock
|
||
|
const Fix = "0" //
|
||
|
|
||
|
const Version = Maj + "." + Min + "." + Fix
|