diff --git a/app.go b/app.go index 8eba9fa66e..2568e06dd8 100644 --- a/app.go +++ b/app.go @@ -30,7 +30,7 @@ import ( ) // Version of current fiber package -const Version = "2.52.3" +const Version = "2.52.4" // Handler defines a function to serve HTTP requests. type Handler = func(*Ctx) error