deps, changelog, version

This commit is contained in:
Ethan Buchman
2018-04-09 16:51:40 +03:00
parent 9b246ec78c
commit 9722f41600
4 changed files with 33 additions and 14 deletions
+3 -3
View File
@@ -6,10 +6,10 @@ package version
// TODO improve
const Maj = "0"
const Min = "13"
const Fix = "2"
const Min = "14"
const Fix = "0"
const Version = "0.13.2-dev"
const Version = "0.14.0-dev"
// GitCommit set by build flags
var GitCommit = ""