prepare release 2.29.0

pull/1818/head v2.29.0
RW 2022-03-08 13:55:10 +01:00 committed by GitHub
parent 1cddc56f13
commit 166e55eec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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