From 7b3cd4eb10e75a556ff740b2eab0e8055e45739c Mon Sep 17 00:00:00 2001 From: orin Date: Tue, 22 Oct 2024 23:28:00 +0200 Subject: [PATCH] 1.48.0 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 8a783c5..474fae6 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.47.4'; + return '1.48.0'; } require_once dirname(__FILE__).'/auths.php';