From 707663a62c2d9462a772e1f117ec2865f7a29bb0 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 16 Feb 2017 18:35:20 -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 622098a9b..d4c42d24c 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.2'), 'phrase_in_context' => env('PHRASE_IN_CONTEXT', false),