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 648e662 commit f031e08Copy full SHA for f031e08
app.go
@@ -30,7 +30,7 @@ import (
30
)
31
32
// Version of current fiber package
33
-const Version = "2.36.0"
+const Version = "2.37.0-rc.1"
34
35
// Handler defines a function to serve HTTP requests.
36
type Handler = func(*Ctx) error
0 commit comments