diff --git a/.version b/.version index 38f8e88..45a1b3f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -dev +1.1.2 diff --git a/config/app.php b/config/app.php index 780feb1..aed38d6 100644 --- a/config/app.php +++ b/config/app.php @@ -2,7 +2,7 @@ return [ 'demo' => env('APP_DEMO', false), - 'version' => env('APP_VERSION', 'dev'), + 'version' => env('APP_VERSION', '1.1.2'), 'name' => env('APP_NAME', 'RootDB'), 'env' => env('APP_ENV', 'production'), 'role_seeder_mode' => env('APP_ROLES_SEEDER_MODE', 'default'),