diff --git a/main.php b/main.php index af0226b..e348ff6 100644 --- a/main.php +++ b/main.php @@ -5,8 +5,8 @@ declare(ticks=1) date_default_timezone_set('Asia/Shanghai'); require './config.php'; -const PHPOBAVERSION = '1.5.0'; -const VERSION = '1.10.5'; +const PHPOBAVERSION = '1.6.0'; +const VERSION = '1.10.6'; global $DOWNLOAD_DIR; $DOWNLOAD_DIR = $config['file']['cache_dir']; const USERAGENT = 'openbmclapi-cluster/' . VERSION . ' ' . 'PHP-OpenBmclApi/'.PHPOBAVERSION;