From bdd810aab14c3462c8a792cdbd60ff4f12773b2b Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:16:23 -0800 Subject: [PATCH] [AUTO] Increment version to 2.12.0.0 (#629) * Increment version to 2.12.0.0 Signed-off-by: opensearch-ci-bot * Update package.json Signed-off-by: Tyler Ohlsen --------- Signed-off-by: opensearch-ci-bot Signed-off-by: Tyler Ohlsen Co-authored-by: opensearch-ci-bot Co-authored-by: Tyler Ohlsen --- opensearch_dashboards.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 59311cf1..24e576f1 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.11.0.0", - "opensearchDashboardsVersion": "2.11.0", + "version": "2.12.0.0", + "opensearchDashboardsVersion": "2.12.0", "configPath": [ "anomaly_detection_dashboards" ], diff --git a/package.json b/package.json index 11035d55..db5b2176 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "anomaly-detection-dashboards", - "version": "2.11.0.0", + "version": "2.12.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "2.11.0.0", + "plugin_version": "2.12.0.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" }, @@ -55,4 +55,4 @@ "@sideway/formula": "^3.0.1", "semver": "^5.7.2" } -} \ No newline at end of file +}