We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04a8a commit d5771a3Copy full SHA for d5771a3
app.go
@@ -32,7 +32,7 @@ import (
32
)
33
34
// Version of current fiber package
35
-const Version = "3.0.0-beta.3"
+const Version = "3.0.0-beta.4"
36
37
// Handler defines a function to serve HTTP requests.
38
type Handler = func(Ctx) error
0 commit comments