📦 bump v2.2.3

pull/1053/head
Fenny 2020-12-03 11:15:15 +01:00
parent e28c886d73
commit c22107e2cc
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.2"
const Version = "2.2.3"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error