From e150243a7f41fc37a023951fcb9fb844fe5af72e Mon Sep 17 00:00:00 2001 From: "unified-ci-app[bot]" <121569378+unified-ci-app[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:29:41 +0200 Subject: [PATCH] Update latest patch version to 10.11.10 (#34771) Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com> --- server/public/model/version.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/public/model/version.go b/server/public/model/version.go index 023daadd7d..0c1399a99b 100644 --- a/server/public/model/version.go +++ b/server/public/model/version.go @@ -13,6 +13,7 @@ import ( // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "10.11.10", "10.11.9", "10.11.8", "10.11.7",