From 918e0e29474684eaabeadc39337f6b2d6a1b7ea5 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 4 Aug 2019 13:50:49 -0700 Subject: [PATCH] Canary not specific version. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index e110b1ced..fccb8b888 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' => '0.7.15', + 'version' => 'canary', /* |--------------------------------------------------------------------------