From d822811a5db707c48297fe44201d5b740bb02570 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 20 Feb 2016 23:47:11 -0500 Subject: [PATCH] Bump version to 0.3.0-beta on this branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (thought I already did this… whoops) --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index c66781332..7b48ab0a3 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'v0.2.1-beta'), + 'version' => env('APP_VERSION', 'v0.3.0-beta'), /* |--------------------------------------------------------------------------