prepare release v2.10.0

prepare release v2.10.0
pull/1344/head v2.10.0
RW 2021-05-19 08:49:35 +02:00 committed by GitHub
parent 547bdb1c23
commit 67adaeadec
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

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