diff --git a/config/app.php b/config/app.php index 2f9da670..16823082 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'canary'), + 'version' => env('APP_VERSION', '0.7.0-beta.2'), /* |--------------------------------------------------------------------------