Update app.go

prepare release v2.52.1
This commit is contained in:
RW 2024-02-21 17:03:00 +01:00 committed by GitHub
parent f0cd3b44b0
commit f9fcb0297c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
app.go
View File

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