update to 3.5.0

This commit is contained in:
kmvan
2019-11-20 13:47:33 +08:00
parent 66e2e0a698
commit 9a630312fb
4 changed files with 16 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ namespace InnStudio\Prober\Components\Config;
class ConfigApi
{
public static $APP_VERSION = '3.4';
public static $APP_VERSION = '3.5';
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';