Update app.go

bump fiber version for the release
pull/1292/head v2.8.0
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
1 changed files with 1 additions and 1 deletions

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