From c1bbb9a02e3d73fda6a043bb9e73194569d7a796 Mon Sep 17 00:00:00 2001 From: Mxmilu666 Date: Sat, 18 May 2024 13:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;