Skip to content

Commit bec9ba6

Browse files
authored
Bump fiber package version to 3.2.0
1 parent 49d4a78 commit bec9ba6

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
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
// Version of current fiber package
37-
const Version = "3.1.0"
37+
const Version = "3.2.0"
3838

3939
// Handler defines a function to serve HTTP requests.
4040
type Handler = func(Ctx) error

0 commit comments

Comments
 (0)