mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
7f3bbebd3a
commit
2c00d974d5
@ -15,6 +15,6 @@ Route::get('/', function () {
|
||||
return view('app', [
|
||||
'title' => config('v2board.app_name', 'V2Board'),
|
||||
'theme' => config('v2board.app_theme', 1),
|
||||
'verison' => '0.1.6'
|
||||
'verison' => '0.1.7'
|
||||
]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user