From ac3ee9afeafea88a3d468db34874651375f31834 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Mon, 12 Oct 2020 12:55:43 -0400 Subject: [PATCH] Release v3.4.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 73797f7d2..a0de9b0df 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.1" + Version = "3.4.2" BuildTime = "" )