Release v1.5

This commit is contained in:
Tom Limoncelli 2017-08-23 16:57:58 -04:00
parent 198cc258d8
commit 8f53a29801

View file

@ -344,7 +344,7 @@ func shouldRunDomain(d string) bool {
// Update the number here manually each release, so at least we have a range for go-get people. // Update the number here manually each release, so at least we have a range for go-get people.
var ( var (
SHA = "" SHA = ""
Version = "0.1.0" Version = "0.1.5"
BuildTime = "" BuildTime = ""
) )