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 b60408c commit 1197a22Copy full SHA for 1197a22
app.go
@@ -30,7 +30,7 @@ import (
30
)
31
32
// Version of current fiber package
33
-const Version = "2.52.8"
+const Version = "2.52.9"
34
35
// Handler defines a function to serve HTTP requests.
36
type Handler = func(*Ctx) error
0 commit comments