Skip to content

Commit d5771a3

Browse files
committed
prepare release 3.0.0-beta.4
1 parent ef04a8a commit d5771a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
// Version of current fiber package
35-
const Version = "3.0.0-beta.3"
35+
const Version = "3.0.0-beta.4"
3636

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

0 commit comments

Comments
 (0)