diff --git a/config/app.php b/config/app.php index cb283eece..8e3a4f945 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ return [ 'env' => env('APP_ENV', 'production'), - 'version' => env('APP_VERSION', 'v0.1.2-beta'), + 'version' => env('APP_VERSION', 'v0.1.3-beta'), /* |--------------------------------------------------------------------------