From d0bad95c11d119847dca139927de009df28f0960 Mon Sep 17 00:00:00 2001 From: orin Date: Fri, 3 Nov 2023 17:11:47 +0100 Subject: [PATCH] 1.42.1 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 3aa4715..655c417 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.42.0'; + return '1.42.1'; } require_once dirname(__FILE__).'/auths.php';