From 7c87d9c666187c68b48c448ceeb7f55359dea41f Mon Sep 17 00:00:00 2001 From: david082321 <7046617+david082321@users.noreply.github.com> Date: Thu, 25 May 2023 11:57:24 +0800 Subject: [PATCH] Dump version --- utils/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/version.php b/utils/version.php index 9a40bbd..5fd64d1 100644 --- a/utils/version.php +++ b/utils/version.php @@ -2,7 +2,7 @@ // 防止外部破解 if(!defined('SYSTEM')) {exit();} // 防止外部破解,此行勿改 -const VERSION = '4.5.1'; +const VERSION = '4.5.2'; define('AGENT', "biliroaming-php-server/".VERSION); // 加上json的Header header('Content-Type: application/json; charset=utf-8');