prepare release 2.17.0

prepare release 2.17.0
pull/1489/head v2.17.0
RW 2021-08-12 08:20:49 +02:00 committed by GitHub
parent f014d143ac
commit 385c94adcd
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.16.0"
const Version = "2.17.0"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error