1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-21 05:52:45 +00:00

Update app.go

prepare release v2.48.0
This commit is contained in:
RW 2023-07-16 16:06:35 +02:00 committed by GitHub
parent 08099b0635
commit 9c2d214bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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