From c942387a0a14db5a73343014497ee2dd8938df4c Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 15 Apr 2017 23:40:41 -0400 Subject: [PATCH] tag 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..6fd27962 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'), /* |--------------------------------------------------------------------------