Skip to content

Commit 8f2a841

Browse files
authored
prepare release 2.24.0
1 parent eee279b commit 8f2a841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
)
3737

3838
// Version of current fiber package
39-
const Version = "2.23.0"
39+
const Version = "2.24.0"
4040

4141
// Handler defines a function to serve HTTP requests.
4242
type Handler = func(*Ctx) error

0 commit comments

Comments
 (0)