From ff633c8e157f8bbe277b4e713edb39fc487640a0 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 22 Dec 2019 21:28:17 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20for=20release;=200.8.0-alpha.1=20?= =?UTF-8?q?=F0=9F=92=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index f27b66a0..e0a73d11 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | change this value if you are not maintaining your own internal versions. */ - 'version' => 'canary', + 'version' => '0.8.0-alpha.1', /* |--------------------------------------------------------------------------