From bfe253516d873b8a6ab1e04f990144f98321d669 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 26 Nov 2016 20:30:50 -0500 Subject: [PATCH] bump for release begins standard of removing `v` from the version to allow easier version checking. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index a3c3ff532..afbafa10b 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.2'), /* |--------------------------------------------------------------------------