Skip to content

Commit

Permalink
Uodate to v.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DuelistRag3 committed May 10, 2022
1 parent 5dac16a commit 80f1a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Modules/Admin/Http/Controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\Artisan;

class AdminController extends Controller
{
Expand Down
3 changes: 2 additions & 1 deletion config/self-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
|
*/

'version_installed' => 'v.0.7',
'version_installed' => 'v.0.8',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -85,6 +85,7 @@
'storage/framework',
'storage/logs',
'storage/self-update',
'config/warriorcms.php',
],

/*
Expand Down

0 comments on commit 80f1a7d

Please sign in to comment.