This commit is contained in:
root
2019-12-27 15:11:26 +08:00
parent 1297a0dc44
commit 1c3e661f21
34 changed files with 41 additions and 33 deletions

View File

@ -20,6 +20,6 @@ Route::get('/', function (Request $request) {
return view('app', [
'title' => config('v2board.app_name', 'V2Board'),
'theme' => config('v2board.app_theme', 1),
'verison' => '1.0.0'
'verison' => '1.0.1'
]);
});