📦 bump v2.3.1

pull/1093/head v2.3.1
Joey 2020-12-28 02:49:02 +01:00 committed by GitHub
parent 6f31b5a53e
commit c8709afcb3
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.3.0"
const Version = "2.3.1"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error