mirror of https://github.com/gofiber/fiber.git
prepare release 2.33.0
parent
aace425119
commit
17d1d3c2f3
2
app.go
2
app.go
|
@ -38,7 +38,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version of current fiber package
|
// Version of current fiber package
|
||||||
const Version = "2.32.0"
|
const Version = "2.33.0"
|
||||||
|
|
||||||
// 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…
Reference in New Issue