From f166c133507b8cbe2e5c71e97dbcbdb9d8995750 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Sun, 14 Jun 2020 18:51:16 +0000 Subject: [PATCH] Bump Version string --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index bc98e20..301300b 100644 --- a/config.go +++ b/config.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "1.3.0" + VERSION = "1.4.0" ) var (