From d372a84458bb8e3b11f6d98ceb403b006f87d995 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Tue, 31 Oct 2023 00:20:11 +0000 Subject: [PATCH] Increment version to 2.11.1.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 10 ++++++---- package.json | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 0240e24f..c67be322 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,9 +1,11 @@ { "id": "queryWorkbenchDashboards", - "version": "2.11.0.0", - "opensearchDashboardsVersion": "2.11.0", + "version": "2.11.1.0", + "opensearchDashboardsVersion": "2.11.1", "server": true, "ui": true, - "requiredPlugins": ["navigation"], + "requiredPlugins": [ + "navigation" + ], "optionalPlugins": [] -} +} \ No newline at end of file diff --git a/package.json b/package.json index 55b9208d..dc4cc7cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-query-workbench", - "version": "2.11.0.0", + "version": "2.11.1.0", "description": "Query Workbench", "main": "index.js", "license": "Apache-2.0", @@ -47,4 +47,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} +} \ No newline at end of file