mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Update app.go
prepare release v2.49.1
This commit is contained in:
parent
e85ceda999
commit
b932bf12fc
2
app.go
2
app.go
@ -30,7 +30,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Version of current fiber package
|
// Version of current fiber package
|
||||||
const Version = "2.49.0"
|
const Version = "2.49.1"
|
||||||
|
|
||||||
// Handler defines a function to serve HTTP requests.
|
// Handler defines a function to serve HTTP requests.
|
||||||
type Handler = func(*Ctx) error
|
type Handler = func(*Ctx) error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user