This commit is contained in:
root
2019-11-30 17:01:46 +08:00
parent a979b593cd
commit 969762b98c
5 changed files with 7 additions and 4 deletions

View File

@ -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.91'
'verison' => '0.2.1'
]);
});