Update version to 0.9.0-dev, use GitCommit

This commit is contained in:
Ethan Frey
2018-02-13 08:40:09 -05:00
committed by Ethan Buchman
parent 90a102cf3e
commit 9aa3189738
+4 -1
View File
@@ -9,4 +9,7 @@ const Maj = "0"
const Min = "9"
const Fix = "0"
const Version = "0.9.0"
const Version = "0.9.0-dev"
// GitCommit set by build flags
var GitCommit = ""