This commit is contained in:
root
2019-11-29 02:44:59 +08:00
parent 470f77e42c
commit 59259d04c3
26 changed files with 28 additions and 25 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.9'
'verison' => '0.1.91'
]);
});