From 8f53a298015849d585aca7665d6750cb5b205c21 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 23 Aug 2017 16:57:58 -0400 Subject: [PATCH] Release v1.5 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 86c10d244..4219f6ab3 100644 --- a/main.go +++ b/main.go @@ -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. var ( SHA = "" - Version = "0.1.0" + Version = "0.1.5" BuildTime = "" )