1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-19 13:47:54 +00:00

prepare release v2.36.0

This commit is contained in:
RW 2022-08-02 08:11:35 +02:00 committed by GitHub
parent c59370f47a
commit 7108b444e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

@ -29,7 +29,7 @@ import (
)
// Version of current fiber package
const Version = "2.36.0
const Version = "2.36.0"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error