prepare release 2.39.0

pull/2169/head v2.39.0
RW 2022-10-23 10:01:35 +02:00 committed by GitHub
parent c187c6a2f5
commit 5b1885a44c
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

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