Skip to content

Commit 2a2337d

Browse files
authored
prepare release v2.35.0
1 parent bad7001 commit 2a2337d

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
@@ -39,7 +39,7 @@ import (
3939
)
4040

4141
// Version of current fiber package
42-
const Version = "2.34.1"
42+
const Version = "2.35.0"
4343

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

0 commit comments

Comments
 (0)