prepare release v2.41.0

pull/2283/head v2.41.0
RW 2023-01-03 15:31:22 +01:00 committed by GitHub
parent f6b0a07db0
commit c13a7e3918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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