From 7eb38a99be23d4079b75bc99de893273e9425125 Mon Sep 17 00:00:00 2001 From: Alexander Gomzyakov Date: Wed, 28 Sep 2022 08:32:09 +0500 Subject: [PATCH] v0.33.0 (#249) --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 1d5d846f..db5508e7 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ | the framework needs to place the application's version in a notification | or any other location as required by the application or its packages. */ - 'version' => '0.32.1', + 'version' => '0.33.0', /* |--------------------------------------------------------------------------