From 78297a2c1aaae6ff51267334f591809fdf8b6373 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Thu, 14 Sep 2023 00:19:28 +0000 Subject: [PATCH] Increment version to 2.11.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 10 ++++++---- package.json | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index c0d68fd11..d921044b6 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,8 +1,10 @@ { "id": "alertingDashboards", - "version": "2.10.0.0", - "opensearchDashboardsVersion": "2.10.0", - "configPath": ["opensearch_alerting"], + "version": "2.11.0.0", + "opensearchDashboardsVersion": "2.11.0", + "configPath": [ + "opensearch_alerting" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -16,4 +18,4 @@ ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9d25c6429..54441aada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.10.0.0", + "version": "2.11.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0", @@ -65,4 +65,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file