📦 v2.4.0

pull/1137/head
Joey 2021-01-25 15:51:30 +01:00 committed by GitHub
parent e332d54b29
commit c4372a45db
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.4"
const Version = "2.4.0"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error