From fbf1855d04a3e64a12498a04abd7bb953bd2fa82 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Tue, 27 Feb 2024 00:19:30 +0000 Subject: [PATCH] Increment version to 2.13.0.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 2d9cbd2af..66f1bd138 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.12.0.0", - "opensearchDashboardsVersion": "2.12.0", + "version": "2.13.0.0", + "opensearchDashboardsVersion": "2.13.0", "configPath": [ "opensearch_alerting" ], diff --git a/package.json b/package.json index b20115b45..9ec8953fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.12.0.0", + "version": "2.13.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",