Version updated

This commit is contained in:
Jitendra Singh 2020-03-19 19:04:33 +05:30
parent c501a1c2be
commit 792720354f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
APP_NAME=Bagisto APP_NAME=Bagisto
APP_ENV=local APP_ENV=local
APP_VERSION=1.0.0 APP_VERSION=1.1.0
APP_KEY= APP_KEY=
APP_DEBUG=true APP_DEBUG=true
APP_URL=http://localhost APP_URL=http://localhost

View File

@ -1,6 +1,6 @@
APP_NAME=Laravel APP_NAME=Laravel
APP_ENV=local APP_ENV=local
APP_VERSION=1.0.0 APP_VERSION=1.1.0
APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE= APP_KEY=base64:G4KY3tUsTaY9ONo1n/QyJvVLQZdJDgbIkSJswFK01HE=
APP_DEBUG=true APP_DEBUG=true
APP_URL=http://localhost APP_URL=http://localhost

View File

@ -153,7 +153,7 @@ return [
/* /*
Application Version Application Version
*/ */
'version' => env('APP_VERSION', '0.1.6'), 'version' => env('APP_VERSION', '1.1.0'),
/** /**
* Blacklisting attributes while debugging * Blacklisting attributes while debugging