From 2a29973c825e2a854b8b0a643e3c22cc953732b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez=20S?= Date: Fri, 12 Jun 2020 13:11:01 +0200 Subject: [PATCH] Version 1.3.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3e5e595..6783e5d 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( ) const ( - version = "1.3.1" + version = "1.3.2" ) // Config contains all the configuration parameters needed