Skip to content

Commit ad98f5e

Browse files
authored
prepare release 2.23.0
1 parent 10aa7f7 commit ad98f5e

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.22.0"
37+
const Version = "2.23.0"
3838

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

0 commit comments

Comments
 (0)