Skip to content

Commit e8fc3bc

Browse files
authored
prepare release 2.20.2
1 parent 9c37b4c commit e8fc3bc

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

3636
// Version of current fiber package
37-
const Version = "2.20.1"
37+
const Version = "2.20.2"
3838

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

0 commit comments

Comments
 (0)