This commit is contained in:
root
2019-12-25 19:44:26 +08:00
parent b19d6d768c
commit 3ccb108c47
26 changed files with 26 additions and 26 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' => '0.2.4'
'verison' => '1.0.0'
]);
});