prepare release v2.37.1

pull/2082/head v2.37.1
RW 2022-09-08 07:32:17 +02:00 committed by GitHub
parent 35753f7eac
commit 012a2b16a5
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

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