Update app.go

bump fiber version for the release
This commit is contained in:
RW 2021-04-20 08:42:40 +02:00 committed by GitHub
parent ec42f3c0b9
commit a48cb806f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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