update to tm v0.19.5

This commit is contained in:
Ethan Buchman
2018-05-20 10:35:19 -04:00
parent 5d18d5fde2
commit 33af8ee7e8
5 changed files with 30 additions and 17 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ package version
const Maj = "0"
const Min = "17"
const Fix = "1"
const Fix = "2"
const Version = "0.17.1"
const Version = "0.17.2"
// GitCommit set by build flags
var GitCommit = ""