update to 3.6

This commit is contained in:
kmvan
2019-11-20 16:54:14 +08:00
parent 3bc060c126
commit 0e707f7571
5 changed files with 272 additions and 262 deletions

View File

@@ -7,7 +7,7 @@ namespace InnStudio\Prober\Components\Config;
class ConfigApi
{
public static $APP_VERSION = '3.5';
public static $APP_VERSION = '3.6';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $APP_CONFIG_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json';