From 6c263f8358e056d21964bc4d492f0a3fed223614 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Tue, 24 Sep 2024 16:41:38 +0000 Subject: [PATCH] Increment version to 2.17.1.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 279c1b8a..7e5cd5b4 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "mlCommonsDashboards", - "version": "2.17.0.0", - "opensearchDashboardsVersion": "2.17.0", + "version": "2.17.1.0", + "opensearchDashboardsVersion": "2.17.1", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index 4656f3eb..b511e3d7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "config": { "id": "mlCommonsDashboards" }, - "version": "2.17.0.0", + "version": "2.17.1.0", "scripts": { "build": "yarn plugin-helpers build", "plugin-helpers": "node ../../scripts/plugin_helpers",