diff --git a/app.go b/app.go index 9971b64a..d3523c14 100644 --- a/app.go +++ b/app.go @@ -29,7 +29,7 @@ import ( ) // Version of current fiber package -const Version = "2.36.0 +const Version = "2.36.0" // Handler defines a function to serve HTTP requests. type Handler = func(*Ctx) error