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 eee279b commit 8f2a841Copy full SHA for 8f2a841
app.go
@@ -36,7 +36,7 @@ import (
36
)
37
38
// Version of current fiber package
39
-const Version = "2.23.0"
+const Version = "2.24.0"
40
41
// Handler defines a function to serve HTTP requests.
42
type Handler = func(*Ctx) error
0 commit comments