From 00b93b086e72a8295a7bf2cd6c0d64f0deb89816 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Tue, 15 Sep 2020 21:01:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20bump=20v2.0.1?= 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 83abfb9d..478208f7 100644 --- a/app.go +++ b/app.go @@ -31,7 +31,7 @@ import ( ) // Version of current fiber package -const Version = "2.0.0" +const Version = "2.0.1" // Map is a shortcut for map[string]interface{}, useful for JSON returns type Map map[string]interface{}