From 7bdc01bdb9195427640b935b507d8d65effc31aa Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 29 Oct 2023 01:40:56 +0200 Subject: [PATCH] 1.42.0 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index c2bc82e..3aa4715 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.42.0-dev'; + return '1.42.0'; } require_once dirname(__FILE__).'/auths.php';