From cf34eea8e1bb7aa77f87a760ad3e133e448e21d0 Mon Sep 17 00:00:00 2001 From: eraseyourknees <112027564+eraseyourknees@users.noreply.github.com> Date: Fri, 16 Sep 2022 00:48:39 +0200 Subject: [PATCH] 1.39.0 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 4b453b9..baca341 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.39.0-dev'; + return '1.39.0'; } require_once dirname(__FILE__).'/auths.php';