From a4273dc3bbd979380bd673ea1ac186f2bcae9157 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Thu, 7 May 2020 20:28:10 +0200 Subject: [PATCH] Update version tag (#345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update version tag 🤖 v1.9.5 --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 8c552545..5950db2d 100644 --- a/app.go +++ b/app.go @@ -24,7 +24,7 @@ import ( ) // Version of current package -const Version = "1.9.4" +const Version = "1.9.5" // Map is a shortcut for map[string]interface{} type Map map[string]interface{}