This commit is contained in:
root
2019-11-27 20:21:09 +08:00
parent c390790f06
commit 47bb393f2b
4 changed files with 4 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.8'
'verison' => '0.1.9'
]);
});