Browse Source

Merge branch 'master' of https://github.com/NimaQu/ss-panel-v3-mod_UIChanges

NimaQu 7 years ago
parent
commit
b2a3c28e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap.php

+ 1 - 1
bootstrap.php

@@ -11,7 +11,7 @@ use App\Services\Boot;
 
 //  BASE_PATH
 define('BASE_PATH', __DIR__);
-define('VERSION', '20180220');
+define('VERSION', '20180223');
 
 // Vendor Autoload
 require BASE_PATH.'/vendor/autoload.php';