Skip to content

Commit c13a7e3

Browse files
authored
prepare release v2.41.0
1 parent f6b0a07 commit c13a7e3

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
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// Version of current fiber package
31-
const Version = "2.40.1"
31+
const Version = "2.41.0"
3232

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

0 commit comments

Comments
 (0)