From 76d112144f221d32c93dc1fc29b6934d9423439e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 24 Mar 2025 08:11:14 +0100 Subject: [PATCH] ucentral-client: update version.json to 4.0.0 Signed-off-by: John Crispin --- .../ucentral-client/files/etc/ucentral/version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feeds/ucentral/ucentral-client/files/etc/ucentral/version.json b/feeds/ucentral/ucentral-client/files/etc/ucentral/version.json index a138ac718..551122edf 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": 1 + "major": 4, + "minor": 0, + "patch": 0 }