mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
version bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package rpc
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "6" // 0x-prefixed string args handled as hex
|
||||
const Fix = "0" //
|
||||
const Min = "7"
|
||||
const Fix = "0"
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
||||
|
Reference in New Issue
Block a user