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