Skip to content

Commit 5b1885a

Browse files
authored
prepare release 2.39.0
1 parent c187c6a commit 5b1885a

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
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
// Version of current fiber package
32-
const Version = "2.38.1"
32+
const Version = "2.39.0"
3333

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

0 commit comments

Comments
 (0)