📦 bump v2.2.0

pull/1009/head
Fenny 2020-11-11 13:55:11 +01:00
parent 8bd50de610
commit d8eb5a5c25
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.1.4"
const Version = "2.2.0"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error