Browse Source

version bump

pull/456/head
Ethan Buchman 9 years ago
parent
commit
b9eec7e438
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      version.go

+ 5
- 1
version.go View File

@ -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…
Cancel
Save