kuaifan il y a 5 ans
Parent
commit
fec77c1578
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = '')
     {