Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 54e593b

Browse files
authored
Merge pull request #11 from AppleBlockTeam/dev
🔖 v1.6.0
2 parents 98dc447 + c1bbb9a commit 54e593b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
declare(ticks=1)
66
date_default_timezone_set('Asia/Shanghai');
77
require './config.php';
8-
const PHPOBAVERSION = '1.5.0';
9-
const VERSION = '1.10.5';
8+
const PHPOBAVERSION = '1.6.0';
9+
const VERSION = '1.10.6';
1010
global $DOWNLOAD_DIR;
1111
$DOWNLOAD_DIR = $config['file']['cache_dir'];
1212
const USERAGENT = 'openbmclapi-cluster/' . VERSION . ' ' . 'PHP-OpenBmclApi/'.PHPOBAVERSION;

0 commit comments

Comments
 (0)