prepare release 2.20.2

pull/1576/head v2.20.2
RW 2021-10-13 15:11:12 +02:00 committed by GitHub
parent 9c37b4c1c5
commit e8fc3bc928
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.20.1"
const Version = "2.20.2"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error