mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
update version and glide
This commit is contained in:
7
types/version.go
Normal file
7
types/version.go
Normal file
@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "3" // ResponseInfo, ResponseEndBlock
|
||||
const Fix = "0" //
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
Reference in New Issue
Block a user