From e230c7aab1abd68237f1a0257eb80917a9b7f9d2 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sat, 23 May 2020 10:25:22 -0400 Subject: [PATCH] Release v3.1.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ca01fc412..f28ec129f 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ func main() { // Update the number here manually each release, so at least we have a range for go-get people. var ( SHA = "" - Version = "3.1.0" + Version = "3.1.1" BuildTime = "" )