From 786cdeb1c8016a853e9ecb020a4db91f84c58d8d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 4 Nov 2024 15:12:16 +0100 Subject: [PATCH] ucentral-schema: set 3.2.1 as the version Signed-off-by: John Crispin --- feeds/ucentral/ucentral-client/files/etc/ucentral/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/ucentral-client/files/etc/ucentral/version.json b/feeds/ucentral/ucentral-client/files/etc/ucentral/version.json index 2bc70ef31..a138ac718 100644 --- a/feeds/ucentral/ucentral-client/files/etc/ucentral/version.json +++ b/feeds/ucentral/ucentral-client/files/etc/ucentral/version.json @@ -1,5 +1,5 @@ { "major": 3, "minor": 2, - "patch": 0 + "patch": 1 }