From 89209ff40cd87dc79714b810275de456e8a919e7 Mon Sep 17 00:00:00 2001 From: "eraseyourknees@gmail.com" <112027564+eraseyourknees@users.noreply.github.com> Date: Thu, 25 Aug 2022 01:19:06 +0200 Subject: [PATCH] Bump version --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 3a97878..1327776 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.32.2'; + return '1.32.3'; } require_once dirname(__FILE__).'/auths.php';