From 702c1d6ba636ddf29deea6eae8e897147cae3333 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 4 Nov 2016 22:00:32 -0400 Subject: [PATCH] =?UTF-8?q?Official=20bump=20to=20v0.5.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 6dea77b4f..3093b43d0 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-beta'), + 'version' => env('APP_VERSION', 'v0.5.0'), /* |--------------------------------------------------------------------------