1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-21 06:33:11 +00:00

📦 v2.4.0

This commit is contained in:
Joey 2021-01-25 15:51:30 +01:00 committed by GitHub
parent e332d54b29
commit c4372a45db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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