diff --git a/app.go b/app.go index 810839c6..6fc214a3 100644 --- a/app.go +++ b/app.go @@ -31,7 +31,7 @@ import ( ) // Version of current fiber package -const Version = "2.2.2" +const Version = "2.2.3" // Handler defines a function to serve HTTP requests. type Handler = func(*Ctx) error