version bump to 0.4.0

This commit is contained in:
Ethan Buchman
2017-03-03 18:43:05 -05:00
parent eaeb2658ea
commit 0b1ee4b673
2 changed files with 11 additions and 1 deletions

9
version/version.go Normal file
View File

@ -0,0 +1,9 @@
package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
const Maj = "0"
const Min = "4"
const Fix = "0"
const Version = "0.4.0" // new Query args and response (with proof!)