version bump

This commit is contained in:
Ethan Buchman 2018-04-03 22:01:31 +03:00
parent 4f0acc4df8
commit 578020bb47
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ package version
const Maj = "0" const Maj = "0"
const Min = "13" const Min = "13"
const Fix = "1" const Fix = "2"
const Version = "0.13.1" const Version = "0.13.2-dev"
// GitCommit set by build flags // GitCommit set by build flags
var GitCommit = "" var GitCommit = ""