Skip to content

Commit

Permalink
Merge pull request #1157 from kiyonlin/master
Browse files Browse the repository at this point in the history
 📦 bump v2.5.0
  • Loading branch information
kiyonlin authored Feb 8, 2021
2 parents b32c4fa + 47f75cd commit d1d8eda
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 d1d8eda

Please sign in to comment.