mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-11 22:37:11 +00:00
version bump
This commit is contained in:
parent
14735d5eb5
commit
b9eec7e438
@ -1,3 +1,7 @@
|
||||
package rpc
|
||||
|
||||
const Version = "0.4.0"
|
||||
const Maj = "0"
|
||||
const Min = "5" // refactored out of tendermint/tendermint; RPCResponse.Result is RawJSON
|
||||
const Fix = "0"
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
||||
|
Loading…
x
Reference in New Issue
Block a user