Skip to content

Commit c8baa61

Browse files
authored
prepare release v2.40.0
1 parent e4b3b5c commit c8baa61

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
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
// Version of current fiber package
30-
const Version = "2.39.0"
30+
const Version = "2.40.0"
3131

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

0 commit comments

Comments
 (0)