From 3625f81f07a53b53aa698b875b5a024ef1fec895 Mon Sep 17 00:00:00 2001 From: Kiyon Date: Mon, 28 Dec 2020 13:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20v2.3.2?= 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 f90575381d..bea1f82c31 100644 --- a/app.go +++ b/app.go @@ -33,7 +33,7 @@ import ( ) // Version of current fiber package -const Version = "2.3.1" +const Version = "2.3.2" // Handler defines a function to serve HTTP requests. type Handler = func(*Ctx) error