From 5cb6c533e69aa42947b03f3c55070c3530f47484 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Mon, 7 Dec 2020 09:22:09 -0500 Subject: [PATCH] Release v3.5.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a48cc37c4..92572ef93 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( // Update the number here manually each release, so at least we have a range for go-get people. var ( SHA = "" - Version = "3.4.2" + Version = "3.5.0" BuildTime = "" )