Skip to content

Commit 6b29698

Browse files
authored
prepare release 2.26.0
1 parent d85ae2b commit 6b29698

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.25.0"
39+
const Version = "2.26.0"
4040

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

0 commit comments

Comments
 (0)