mirror of https://github.com/gofiber/fiber.git
parent
426520b671
commit
12befe9440
2
app.go
2
app.go
|
@ -34,7 +34,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version of current fiber package
|
// Version of current fiber package
|
||||||
const Version = "2.17.0"
|
const Version = "2.18.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