From 53a7a6204e6c55ba18143e01ddcdc8332189b1d0 Mon Sep 17 00:00:00 2001 From: Fenny Date: Sun, 16 Aug 2020 11:36:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Correct=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 64409543..d412a4a1 100644 --- a/app.go +++ b/app.go @@ -32,7 +32,7 @@ import ( ) // Version of current package -const Version = "1.13.3" +const Version = "1.14.2" // Map is a shortcut for map[string]interface{}, useful for JSON returns type Map map[string]interface{}