mirror of https://github.com/gofiber/fiber.git
parent
a7d9c6816e
commit
3698ed6ddd
2
app.go
2
app.go
|
@ -34,7 +34,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version of current fiber package
|
// Version of current fiber package
|
||||||
const Version = "2.11.0"
|
const Version = "2.12.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