Update app.go

prepare release v2.49.1
This commit is contained in:
RW 2023-09-02 18:27:18 +02:00 committed by GitHub
parent e85ceda999
commit b932bf12fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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