From 11b887e1b004c5a9f31fc4b80e155cae87ac97a3 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 26 Jun 2017 22:51:59 -0500 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 3c3fb772..ceb56fb7 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.3'), /* |--------------------------------------------------------------------------