From cc7f21e03452559b1dee2583943a1e9c2971e04f Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:04:18 +0800 Subject: [PATCH] Increment version to 2.9.0.0 (#222) Signed-off-by: opensearch-ci-bot Co-authored-by: opensearch-ci-bot --- opensearch_dashboards.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 525a84e7..9d725cc8 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "mlCommonsDashboards", - "version": "2.8.0.0", - "opensearchDashboardsVersion": "2.8.0", + "version": "2.9.0.0", + "opensearchDashboardsVersion": "2.9.0", "server": true, "ui": true, "requiredPlugins": [ @@ -13,4 +13,4 @@ "opensearchUiShared" ], "optionalPlugins": [] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 712ce3e5..c35abb20 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "config": { "id": "mlCommonsDashboards" }, - "version": "2.8.0.0", + "version": "2.9.0.0", "scripts": { "build": "yarn plugin-helpers build", "plugin-helpers": "node ../../scripts/plugin_helpers", @@ -19,4 +19,4 @@ "husky": "^8.0.0", "lint-staged": "^10.0.0" } -} \ No newline at end of file +}