📦 update version

pull/1032/head
Fenny 2020-11-24 16:59:10 +01:00
parent a3ecbbee3c
commit 92eb9f5d39
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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