update changelog and version

This commit is contained in:
Ethan Buchman
2018-05-01 13:58:50 -04:00
parent 71d2e9bb55
commit 7ef5e90fa5
2 changed files with 42 additions and 33 deletions
+3 -3
View File
@@ -6,10 +6,10 @@ package version
// TODO improve
const Maj = "0"
const Min = "15"
const Fix = "1"
const Min = "16"
const Fix = "0"
const Version = "0.15.1"
const Version = "0.16.0-dev"
// GitCommit set by build flags
var GitCommit = ""