prepare release 3.0.0-beta.2

pull/2957/head
RW 2024-04-07 20:27:48 +02:00 committed by GitHub
parent c8c51ee783
commit b4ea0a1899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = "3.0.0-beta.1"
const Version = "3.0.0-beta.2"
// Handler defines a function to serve HTTP requests.
type Handler = func(Ctx) error