From 68fdaa395ac86f3215113f5a6f53c0da76f2c89b Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 21 Feb 2024 11:02:03 -0500 Subject: [PATCH] Update ZE component versions for 2.15.0 (#3740) Signed-off-by: Timothy Johnson Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> --- manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json.template b/manifest.json.template index 1c9be2c3d2..20c284b6e9 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -372,7 +372,7 @@ "componentGroup": "Zowe Visual Studio Code Extension", "entries": [{ "repository": "vscode-extension-for-zowe", - "tag": "v2.13.1", + "tag": "v2.14.1", "destinations": ["Visual Studio Code Marketplace"] }] },