From 3eff7c27dec3120bb5b8cbdf899803a7c90d2e1c Mon Sep 17 00:00:00 2001 From: Pranshu Tomar Date: Tue, 28 Apr 2020 21:23:55 +0530 Subject: [PATCH] Version updated in env files --- .env.example | 2 +- .env.testing | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 55c0422ae5c..49f65a19bdb 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Bagisto APP_ENV=local -APP_VERSION=1.1.0 +APP_VERSION=1.1.2 APP_KEY= APP_DEBUG=true APP_URL=http://localhost diff --git a/.env.testing b/.env.testing index da181c35ca1..f872c6bfeaa 100644 --- a/.env.testing +++ b/.env.testing @@ -1,6 +1,6 @@ APP_NAME=Laravel APP_ENV=local -APP_VERSION=1.1.0 +APP_VERSION=1.1.2 APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE= APP_DEBUG=true APP_URL=http://localhost