From c800a108e086391b03634c3780b37ee8b2db8fd6 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 17 Apr 2017 21:55:22 -0400 Subject: [PATCH] Bump for release --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 3c3fb772d..80cda3bad 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-beta.2.1'), /* |--------------------------------------------------------------------------