Skip to content

Commit daab00c

Browse files
authored
prepare release 2.27.0
1 parent 74a20b4 commit daab00c

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
@@ -36,7 +36,7 @@ import (
3636
)
3737

3838
// Version of current fiber package
39-
const Version = "2.26.0"
39+
const Version = "2.27.0"
4040

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

0 commit comments

Comments
 (0)