Skip to content

Commit

Permalink
Update app.go
Browse files Browse the repository at this point in the history
prepare release v2.49.2
  • Loading branch information
ReneWerner87 committed Sep 14, 2023
1 parent 6d34e23 commit 2af907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -30,7 +30,7 @@ import (
)

// Version of current fiber package
const Version = "2.49.1"
const Version = "2.49.2"

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

0 comments on commit 2af907d

Please sign in to comment.