From 54b605c1d4629dd15a4a23b9861d3e31b2f000be Mon Sep 17 00:00:00 2001 From: eraseyourknees <112027564+eraseyourknees@users.noreply.github.com> Date: Sun, 11 Sep 2022 03:47:20 +0200 Subject: [PATCH] 1.37.0 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 96ba75b..0ea4ef2 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.36.0'; + return '1.37.0'; } require_once dirname(__FILE__).'/auths.php';