mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 19:51:41 +00:00
version bump to 0.4.0
This commit is contained in:
9
version/version.go
Normal file
9
version/version.go
Normal file
@ -0,0 +1,9 @@
|
||||
package version
|
||||
|
||||
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "4"
|
||||
const Fix = "0"
|
||||
|
||||
const Version = "0.4.0" // new Query args and response (with proof!)
|
Reference in New Issue
Block a user