Skip to content

Commit 109e91a

Browse files
authored
prepare release v2.52.2
1 parent d456e7d commit 109e91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.go

Lines changed: 1 addition & 1 deletion
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.1"
33+
const Version = "2.52.2"
3434

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

0 commit comments

Comments
 (0)