From 071b362d12ff7bf6de0617e6695b5b80964d247a Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 2 May 2017 20:25:30 -0400 Subject: [PATCH] Bump for release candidate! :checkered_flag: Almost there friends, thanks for sticking by! --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 3c3fb772d..3603604eb 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'canary'), + 'version' => env('APP_VERSION', '0.6.0-rc.1'), /* |--------------------------------------------------------------------------