From 23f45b4b4cc808e5dc1f0db260ceed78e076f2a7 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 4 Feb 2018 14:04:49 -0600 Subject: [PATCH] bump version for release --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 03742244..f0246b57 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | change this value if you are not maintaining your own internal versions. */ - 'version' => 'canary', + 'version' => '0.7.0-rc.2', /* |--------------------------------------------------------------------------