version bump

This commit is contained in:
Ethan Buchman 2016-01-20 11:36:31 -05:00
parent 14735d5eb5
commit b9eec7e438
1 changed files with 5 additions and 1 deletions

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