From bfc8389bdb480b30a8a4200c9c6194e2cdc8da9f Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Thu, 19 Sep 2024 16:17:16 -0400 Subject: [PATCH] placeholder tag for vscode extension Signed-off-by: MarkAckert --- manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json.template b/manifest.json.template index e0e0c59b05..827336d3ca 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -331,7 +331,7 @@ "componentGroup": "Zowe Visual Studio Code Extension", "entries": [{ "repository": "zowe-explorer-vscode", - "tag": "next", + "tag": "v3.0.0-next.202409132122", "destinations": ["Visual Studio Code Marketplace"] }] },