From 792720354fcd416b60010788c518274bceff133d Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Thu, 19 Mar 2020 19:04:33 +0530 Subject: [PATCH] Version updated --- .env.example | 2 +- .env.testing | 2 +- config/app.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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