Skip to content

Commit e04f815

Browse files
authored
prepare release v2.52.6
1 parent 7eb9d25 commit e04f815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
)
3131

3232
// Version of current fiber package
33-
const Version = "2.52.5"
33+
const Version = "2.52.6"
3434

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

0 commit comments

Comments
 (0)