From c4e2a1cc3e1a4f07581c16ab73f440b63a51cb7d Mon Sep 17 00:00:00 2001 From: RW Date: Wed, 6 Jul 2022 12:51:08 +0200 Subject: [PATCH] prepare release v2.35.0 --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 7bbc2d4586..fd9a313870 100644 --- a/app.go +++ b/app.go @@ -39,7 +39,7 @@ import ( ) // Version of current fiber package -const Version = "2.34.1" +const Version = "2.35.0" // Handler defines a function to serve HTTP requests. type Handler = func(*Ctx) error