Skip to content

Commit 529b36d

Browse files
authored
prepare release for v3.0.0-rc.2
1 parent 1fe34cd commit 529b36d

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
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
// Version of current fiber package
37-
const Version = "3.0.0-rc.1"
37+
const Version = "3.0.0-rc.2"
3838

3939
// Handler defines a function to serve HTTP requests.
4040
type Handler = func(Ctx) error

0 commit comments

Comments
 (0)