This commit is contained in:
root
2019-11-26 00:00:48 +08:00
parent abe9fa2bb7
commit b9a6bca502
2 changed files with 2 additions and 2 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.7'
'verison' => '0.1.8'
]);
});