Skip to content

Commit 7108b44

Browse files
authored
prepare release v2.36.0
1 parent c59370f commit 7108b44

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.36.0
32+
const Version = "2.36.0"
3333

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

0 commit comments

Comments
 (0)