Update version to 0.9.0-dev, use GitCommit

This commit is contained in:
Ethan Frey 2018-01-18 12:37:54 +01:00 committed by Ethan Buchman
parent 90a102cf3e
commit 9aa3189738
1 changed files with 4 additions and 1 deletions

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 = ""