From 11c0014b84e8c81ce0e94f4f253da0c0a9a645ee Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Thu, 4 May 2023 18:38:57 +0000 Subject: [PATCH] Increment version to 2.8.0.0 Signed-off-by: opensearch-ci-bot --- gantt-chart/opensearch_dashboards.json | 6 +++--- gantt-chart/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index 34ba6cc..e9cfec4 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,11 +1,11 @@ { "id": "ganttChartDashboards", - "version": "2.7.0.0", - "opensearchDashboardsVersion": "2.7.0", + "version": "2.8.0.0", + "opensearchDashboardsVersion": "2.8.0", "requiredPlugins": [ "visualizations", "data" ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/gantt-chart/package.json b/gantt-chart/package.json index ccfe5c6..4e7d1a0 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "gantt-chart-dashboards", - "version": "2.7.0.0", + "version": "2.8.0.0", "license": "Apache-2.0", "scripts": { "osd": "node ../../scripts/osd", @@ -29,4 +29,4 @@ "debug": "^3.1.0", "glob-parent": "^6.0.1" } -} +} \ No newline at end of file