Prepare release 2.6.1

pull/1248/head
RW 2021-03-28 15:10:37 +02:00 committed by GitHub
parent b1b490645e
commit 8611c3e3ea
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

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