From c92760d8b2ffee984b7e3924593a7608dc445fd3 Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Mon, 9 Dec 2024 14:38:33 -0800 Subject: [PATCH] Upstream release 24.12 (#293) --- landscape/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landscape/__init__.py b/landscape/__init__.py index 12b15045..3faa1803 100644 --- a/landscape/__init__.py +++ b/landscape/__init__.py @@ -1,5 +1,5 @@ DEBIAN_REVISION = "" -UPSTREAM_VERSION = "24.11" +UPSTREAM_VERSION = "24.12" VERSION = f"{UPSTREAM_VERSION}{DEBIAN_REVISION}" # The minimum server API version that all Landscape servers are known to speak