prepare release 2.27.0

pull/1779/head v2.27.0
RW 2022-02-14 15:32:18 +01:00 committed by GitHub
parent 74a20b4589
commit daab00c36e
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

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