version bump

This commit is contained in:
Ethan Buchman 2017-04-18 23:21:57 -04:00
parent 083fe959e2
commit a75353da6d
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ package version
const Maj = "0"
const Min = "9"
const Fix = "0"
const Fix = "1"
const Version = "0.9.0"
const Version = "0.9.1"