diff --git a/config/app.php b/config/app.php index a3c3ff5324..afbafa10b9 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'canary'), + 'version' => env('APP_VERSION', '0.5.2'), /* |--------------------------------------------------------------------------