From b8a6a15b08215f130ad24adb170b364fa1798001 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 7 Nov 2016 20:08:25 -0500 Subject: [PATCH] Set version to 'canary' on development branch Official releases are either merged into master or branched off where their version number is then incremented. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 3093b43d0..619e51039 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'v0.5.0'), + 'version' => env('APP_VERSION', 'canary'), /* |--------------------------------------------------------------------------