From 6471cbf175c78fa701166f50d4f878bf2350d963 Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Sun, 6 Dec 2020 19:15:45 +0200 Subject: [PATCH] =?UTF-8?q?(chore)=20version=202.2.1=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 297636f9..057f6069 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) var ( - version = "2.2.0" + version = "2.2.1" gitHash string goVer string