prepare release 2.9.0

prepare release 2.9.0
This commit is contained in:
RW 2021-05-06 11:18:49 +02:00 committed by GitHub
parent 056c6808af
commit 24b5370b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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