From ca84022e84a75d49a1ee1c2db5cd95a26aa3a563 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 27 Sep 2016 21:02:30 -0400 Subject: [PATCH] bump version to 0.5.0 Any changes to v0.4.x release will require a release branch with modifications. --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 39f9987e0..b28fb0a69 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'v0.4.1-beta'), + 'version' => env('APP_VERSION', 'v0.5.0-beta'), /* |--------------------------------------------------------------------------