From 0d4b045ece0a7b8eeed885d288c42bbbb85e7fa6 Mon Sep 17 00:00:00 2001 From: shauryemahajanSF <143645277+shauryemahajanSF@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:20:14 +0000 Subject: [PATCH] CI: update catalog.json after ZIP merge --- shipping/cds-shipping/catalog.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/shipping/cds-shipping/catalog.json b/shipping/cds-shipping/catalog.json index bc2f0ef..ca78f24 100644 --- a/shipping/cds-shipping/catalog.json +++ b/shipping/cds-shipping/catalog.json @@ -1,7 +1,12 @@ { "latest": { - "version": "INIT", - "tag": "INIT" + "version": "1.0.0", + "tag": "cds-shipping-v1.0.0" }, - "versions": [] + "versions": [ + { + "version": "1.0.0", + "tag": "cds-shipping-v1.0.0" + } + ] }