Skip to content

Commit c541ec1

Browse files
authored
prepare release 2.34.0
1 parent b31c175 commit c541ec1

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
@@ -38,7 +38,7 @@ import (
3838
)
3939

4040
// Version of current fiber package
41-
const Version = "2.34.0-rc.1"
41+
const Version = "2.34.0"
4242

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

0 commit comments

Comments
 (0)