📦 hotfix v2.2.4

pull/1054/head
Fenny 2020-12-03 11:58:30 +01:00
parent 19bee02563
commit 65598c2831
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.3"
const Version = "2.2.4"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error