1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 21:43:54 +00:00

📦 bump v2.1.3

This commit is contained in:
Fenny 2020-11-03 09:18:27 +01:00
parent 891f36340e
commit a6ecae5a38

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