Skip to content

Commit cbb63c0

Browse files
authored
prepare release 2.32.0
1 parent e9151e8 commit cbb63c0

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
@@ -38,7 +38,7 @@ import (
3838
)
3939

4040
// Version of current fiber package
41-
const Version = "2.31.0"
41+
const Version = "2.32.0"
4242

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

0 commit comments

Comments
 (0)