diff --git a/.env.example b/.env.example index c62b5b3ed..55c0422ae 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Bagisto APP_ENV=local -APP_VERSION=1.0.0 +APP_VERSION=1.1.0 APP_KEY= APP_DEBUG=true APP_URL=http://localhost diff --git a/.env.testing b/.env.testing index 64a0f1178..da181c35c 100644 --- a/.env.testing +++ b/.env.testing @@ -1,6 +1,6 @@ APP_NAME=Laravel APP_ENV=local -APP_VERSION=1.0.0 +APP_VERSION=1.1.0 APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE= APP_DEBUG=true APP_URL=http://localhost diff --git a/config/app.php b/config/app.php index 1aa6d5677..94f8ad62d 100755 --- a/config/app.php +++ b/config/app.php @@ -153,7 +153,7 @@ return [ /* Application Version */ - 'version' => env('APP_VERSION', '0.1.6'), + 'version' => env('APP_VERSION', '1.1.0'), /** * Blacklisting attributes while debugging