bump version

This commit is contained in:
Ethan Buchman 2018-02-13 07:58:05 -05:00
parent 4412c49546
commit 809102c952
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ package version
// TODO improve
const Maj = "0"
const Min = "7"
const Fix = "1"
const Min = "9"
const Fix = "0"
const Version = "0.7.1"
const Version = "0.9.0"