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