From 37cefa11c65dea250e1dcc03facc28b9834d1fdc Mon Sep 17 00:00:00 2001 From: orin Date: Fri, 28 Mar 2025 13:41:39 +0100 Subject: [PATCH] 1.49.0 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index 09c3a48..8856a01 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.49.0-dev'; + return '1.49.0'; } require_once dirname(__FILE__).'/auths.php';