From f99cac9a39988b0dcfba679f53e63b40df3690a5 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Thu, 13 Jun 2024 19:40:53 +0000 Subject: [PATCH] Increment version to 2.16.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 4b19a9a9..4d2af008 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "mlCommonsDashboards", - "version": "2.15.0.0", - "opensearchDashboardsVersion": "2.15.0", + "version": "2.16.0.0", + "opensearchDashboardsVersion": "2.16.0", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index 7a02d25e..c15aaf81 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "config": { "id": "mlCommonsDashboards" }, - "version": "2.15.0.0", + "version": "2.16.0.0", "scripts": { "build": "yarn plugin-helpers build", "plugin-helpers": "node ../../scripts/plugin_helpers",