changelog and version

This commit is contained in:
Ethan Buchman
2018-05-15 22:30:20 -04:00
parent e6d21c64cc
commit 2b6a3fc8e3
2 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ package version
// TODO improve
const Maj = "0"
const Min = "17"
const Min = "18"
const Fix = "0"
const Version = "0.17.0"
const Version = "0.18.0-dev"
// GitCommit set by build flags
var GitCommit = ""