From 702b0eb007658f170ffc1f63cb0ae2a036f6f5d6 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 24 May 2017 20:58:10 -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 3c3fb772..05e8f0d2 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.1'), /* |--------------------------------------------------------------------------