Skip to content

Commit f031e08

Browse files
authored
prepare release 2.37.0-rc.1
1 parent 648e662 commit f031e08

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
@@ -30,7 +30,7 @@ import (
3030
)
3131

3232
// Version of current fiber package
33-
const Version = "2.36.0"
33+
const Version = "2.37.0-rc.1"
3434

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

0 commit comments

Comments
 (0)