Skip to content

Commit 12befe9

Browse files
authored
prepare release 2.18.0
1 parent 426520b commit 12befe9

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

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

0 commit comments

Comments
 (0)