From b51ec31792fe9675cc3fc891d2ff587e8fa8e827 Mon Sep 17 00:00:00 2001 From: kiritokatklian Date: Mon, 19 Apr 2021 00:36:26 +0200 Subject: [PATCH] [Update] App Version - Bumped app version --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 94764e95b..6b9e082d4 100644 --- a/config/app.php +++ b/config/app.php @@ -37,7 +37,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' => '1.1.0', + 'version' => '1.2.0-alpha.1', /* |--------------------------------------------------------------------------