📦 bump v2.5.0

pull/1157/head
Kiyon 2021-02-08 16:10:13 +08:00
parent b32c4fa3f4
commit 47f75cdb52
1 changed files with 1 additions and 2 deletions

3
app.go
View File

@ -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