📦 bump v2.3.4

pull/1125/head
Joey 2021-01-15 12:09:38 +01:00 committed by GitHub
parent 04059a4b0c
commit 3762a8520e
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.3"
const Version = "2.3.4"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error