diff --git a/app.go b/app.go index f999d16a..4a173054 100644 --- a/app.go +++ b/app.go @@ -33,7 +33,7 @@ import ( ) // Version of current fiber package -const Version = "2.6.1" +const Version = "2.7.1" // Handler defines a function to serve HTTP requests. type Handler = func(*Ctx) error