mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 16:11:20 +00:00
version bump
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user