prepare version 2.18.1

prepare version 2.18.1
pull/1540/head
RW 2021-09-21 08:18:22 +02:00 committed by GitHub
parent 2272e4a6b1
commit 1e04df035a
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

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