kuaifan 5 vuotta sitten
vanhempi
commit
fec77c1578
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 = '')
     {