Skip to content

Commit

Permalink
📦 bump v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyonlin committed Feb 8, 2021
1 parent b32c4fa commit 47f75cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f75cd

Please sign in to comment.