From edb9b2fc005193589a07f2144761fa547a8529a3 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:40:04 +0800 Subject: [PATCH] Increment version to 2.19.0.0 (#387) Signed-off-by: opensearch-ci-bot Co-authored-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 792a5b07..f57c0c80 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "mlCommonsDashboards", - "version": "2.18.0.0", - "opensearchDashboardsVersion": "2.18.0", + "version": "2.19.0.0", + "opensearchDashboardsVersion": "2.19.0", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index 788ddb45..f25c09cf 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "config": { "id": "mlCommonsDashboards" }, - "version": "2.18.0.0", + "version": "2.19.0.0", "scripts": { "build": "yarn plugin-helpers build", "plugin-helpers": "node ../../scripts/plugin_helpers",