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

prepare release 2.34.0

This commit is contained in:
RW 2022-05-23 09:09:52 +02:00 committed by GitHub
parent b31c1756a0
commit c541ec1cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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