prepare release v2.52.2

pull/2932/head v2.52.2
RW 2024-03-02 18:56:50 +01:00 committed by GitHub
parent d456e7d82e
commit 109e91a630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -30,7 +30,7 @@ import (
)
// Version of current fiber package
const Version = "2.52.1"
const Version = "2.52.2"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error