Skip to content

Commit

Permalink
[Update] App Version
Browse files Browse the repository at this point in the history
- Bumped app version
  • Loading branch information
kiritokatklian committed Apr 18, 2021
1 parent 0fe5ed2 commit a8a3773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
APP_NAME=Kurozora
APP_ENV=local
APP_KEY=
APP_VERSION=1.0.0
APP_DEBUG=true
APP_URL=http://kurozora-web.test
APP_TWITTER_HANDLE=KurozoraApp
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| the framework needs to place the application's version in a notification
| or any other location as required by the application or its packages.
*/
'version' => env('APP_VERSION', '1.0.0'),
'version' => '1.1.0',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a8a3773

Please sign in to comment.