diff --git a/config/app.php b/config/app.php index a3c3ff53..9a061a50 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'canary'), + 'version' => env('APP_VERSION', '0.5.3'), /* |--------------------------------------------------------------------------