Update app.go

prepare release v2.49.2
pull/2634/head v2.49.2
RW 2023-09-14 08:00:10 +02:00 committed by GitHub
parent 6d34e23815
commit 2af907d98d
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

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