mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-21 05:52:45 +00:00
prepare release v2.36.0
This commit is contained in:
parent
c59370f47a
commit
7108b444e3
2
app.go
2
app.go
@ -29,7 +29,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Version of current fiber package
|
// Version of current fiber package
|
||||||
const Version = "2.36.0
|
const Version = "2.36.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…
x
Reference in New Issue
Block a user