prepare release v2.52.4

pull/2946/head v2.52.4
RW 2024-03-26 22:40:09 +01:00 committed by GitHub
parent a6f4c133bc
commit fd811cf84a
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.3"
const Version = "2.52.4"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error