mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
version bump
This commit is contained in:
+5
-1
@@ -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