Skip to content

Commit 907fdfa

Browse files
authored
prepare release 2.31.0
1 parent 2b5b6b2 commit 907fdfa

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
@@ -37,7 +37,7 @@ import (
3737
)
3838

3939
// Version of current fiber package
40-
const Version = "2.30.0"
40+
const Version = "2.31.0"
4141

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

0 commit comments

Comments
 (0)