diff --git a/config/app.php b/config/app.php index 39f9987e0..b28fb0a69 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'v0.4.1-beta'), + 'version' => env('APP_VERSION', 'v0.5.0-beta'), /* |--------------------------------------------------------------------------