version and changelog

This commit is contained in:
Ethan Buchman
2017-12-28 17:28:07 -05:00
parent 96c816f428
commit 38eb32d7bf
2 changed files with 7 additions and 3 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 = "8"
const Min = "9"
const Fix = "0"
const Version = "0.8.0"
const Version = "0.9.0"