From ba1f71d1b6afd50b872b9ef99c41e8f51e4815b7 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 3 Jan 2017 17:52:11 -0500 Subject: [PATCH] bump version for release. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 8fbce152..0f483845 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.5.6'), /* |--------------------------------------------------------------------------