version bump, changelog, glide

This commit is contained in:
Ethan Buchman
2017-09-22 10:38:45 -04:00
parent 94d1b8d364
commit 39b206f2c1
3 changed files with 27 additions and 15 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
const Maj = "0"
const Min = "5"
const Min = "6"
const Fix = "0"
const Version = "0.5.0"
const Version = "0.6.0"