root 5 years ago
parent
commit
2c00d974d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -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.6'
+        'verison' => '0.1.7'
     ]);
 });