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

Commit 83dafc6

Browse files
committed
🔖 1.4.0
1 parent dac4eab commit 83dafc6

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
@@ -6,8 +6,8 @@
66
set_time_limit(0);
77
ini_set('memory_limit', '-1');
88
require './config.php';
9-
const PHPOBAVERSION = '1.3.0';
10-
const VERSION = '1.10.4';
9+
const PHPOBAVERSION = '1.4.0';
10+
const VERSION = '1.10.5';
1111
global $DOWNLOAD_DIR;
1212
$DOWNLOAD_DIR = $config['file']['cache_dir'];
1313
const USERAGENT = 'openbmclapi-cluster/' . VERSION . ' ' . 'PHP-OpenBmclApi/'.PHPOBAVERSION;

0 commit comments

Comments
 (0)