mirror of
https://github.com/gofiber/fiber.git
synced 2025-04-28 05:36:44 +00:00
prepare pre-release 2.34.0-rc.1
This commit is contained in:
parent
bf0673eb95
commit
b31c1756a0
2
app.go
2
app.go
@ -38,7 +38,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Version of current fiber package
|
// Version of current fiber package
|
||||||
const Version = "2.33.0"
|
const Version = "2.34.0-rc.1"
|
||||||
|
|
||||||
// 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…
x
Reference in New Issue
Block a user