mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
📦 bump v2.5.0
This commit is contained in:
parent
b32c4fa3f4
commit
47f75cdb52
3
app.go
3
app.go
@ -29,12 +29,11 @@ import (
|
||||
"github.com/gofiber/fiber/v2/internal/colorable"
|
||||
"github.com/gofiber/fiber/v2/internal/isatty"
|
||||
"github.com/gofiber/fiber/v2/utils"
|
||||
|
||||
"github.com/valyala/fasthttp"
|
||||
)
|
||||
|
||||
// Version of current fiber package
|
||||
const Version = "2.4.1"
|
||||
const Version = "2.5.0"
|
||||
|
||||
// Handler defines a function to serve HTTP requests.
|
||||
type Handler = func(*Ctx) error
|
||||
|
Loading…
x
Reference in New Issue
Block a user