prepare release v2.52.6

v2 v2.52.6
RW 2024-12-31 18:04:19 +01:00 committed by GitHub
parent 7eb9d25548
commit e04f815c43
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.5"
const Version = "2.52.6"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error