📦 bump v2.1.3

pull/992/head
Fenny 2020-11-03 09:18:27 +01:00
parent 891f36340e
commit a6ecae5a38
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.2"
const Version = "2.1.3"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error