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 1fe34cd commit 529b36dCopy full SHA for 529b36d
app.go
@@ -34,7 +34,7 @@ import (
34
)
35
36
// Version of current fiber package
37
-const Version = "3.0.0-rc.1"
+const Version = "3.0.0-rc.2"
38
39
// Handler defines a function to serve HTTP requests.
40
type Handler = func(Ctx) error
0 commit comments