prepare release 2.33.0

pull/1904/head
RW 2022-05-05 14:59:33 +02:00 committed by GitHub
parent aace425119
commit 17d1d3c2f3
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

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