Browse Source

no message

kuaifan 5 years atrás
parent
commit
fec77c1578
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/IndexController.php

+ 1 - 1
app/Http/Controllers/IndexController.php

@@ -14,7 +14,7 @@ use Redirect;
 class IndexController extends Controller
 {
 
-    private $version = '1.3.1';
+    private $version = '1.3.2';
 
     public function __invoke($method, $action = '', $child = '')
     {