From 8430aa87131810bb5fc972cc5a1ddbb327798b9f Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 30 Oct 2016 19:49:52 -0400 Subject: [PATCH] bump version for rc.1 :exclamation: :confetti_ball: --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 6dea77b4..4c76c1b9 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-rc.1'), /* |--------------------------------------------------------------------------