Update app.go

prepare release v2.45.0
pull/2454/head v2.45.0
RW 2023-05-07 16:49:42 +02:00 committed by GitHub
parent 9abb24597f
commit 6770e45590
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.44.0"
const Version = "2.45.0"
// Handler defines a function to serve HTTP requests.
type Handler = func(*Ctx) error