prepare release 3.0.0-beta.4

pull/3270/head v3.0.0-beta.4
René 2024-12-31 17:00:40 +01:00
parent ef04a8a99e
commit d5771a34df
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -32,7 +32,7 @@ import (
)
// Version of current fiber package
const Version = "3.0.0-beta.3"
const Version = "3.0.0-beta.4"
// Handler defines a function to serve HTTP requests.
type Handler = func(Ctx) error