Browse Source

version bump 0.6.0

pull/456/head
Ethan Buchman 8 years ago
parent
commit
0eb278ad3b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      version.go

+ 2
- 2
version.go View File

@ -1,7 +1,7 @@
package rpc
const Maj = "0"
const Min = "5" // refactored out of tendermint/tendermint; RPCResponse.Result is RawJSON
const Fix = "1" // support tcp:// or unix:// prefixes
const Min = "6" // 0x-prefixed string args handled as hex
const Fix = "0" //
const Version = Maj + "." + Min + "." + Fix

Loading…
Cancel
Save