UnescapePath not working #1102

- increase version
Co-authored-by: Fenny <fenny@gofiber.io>
pull/1104/head
ReneWerner87 2021-01-11 10:16:48 +01:00
parent c893e3243b
commit 2da673b523
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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