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

prepare release for v2.21.0

prepare release for v2.21.0
This commit is contained in:
RW 2021-10-28 08:56:56 +02:00 committed by GitHub
parent 9d01ed1d7c
commit e9ca6f0483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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