From 1fc14b6fd44f0fde360cfcfc02865714503acce8 Mon Sep 17 00:00:00 2001 From: eraseyourknees <112027564+eraseyourknees@users.noreply.github.com> Date: Sun, 23 Oct 2022 17:58:32 +0200 Subject: [PATCH] 1.39.3 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 877dacc..ab3381c 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.39.2'; + return '1.39.3'; } require_once dirname(__FILE__).'/auths.php';