From 1ef72b9394c52a3b060ee162e6a7a55aae2af433 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 18 Mar 2017 20:53:43 -0400 Subject: [PATCH] bump for release :beers: --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 4721bb3d2..57c2e2636 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-pre.6'), 'phrase_in_context' => env('PHRASE_IN_CONTEXT', false),