prepare release v2.35.0

pull/1974/head v2.35.0
RW 2022-07-06 12:51:08 +02:00 committed by GitHub
parent bad7001570
commit 2a2337d83e
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

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