From e5029820f333b28208e23420db35730207b31f24 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Thu, 26 Oct 2023 00:20:07 +0000 Subject: [PATCH] Increment version to 2.11.1.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index edf61b42b..c4a8bbbc4 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "securityDashboards", - "version": "2.11.0.0", - "opensearchDashboardsVersion": "2.11.0", + "version": "2.11.1.0", + "opensearchDashboardsVersion": "2.11.1", "configPath": [ "opensearch_security" ], diff --git a/package.json b/package.json index b110640ff..ed159bb2c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "opensearch-security-dashboards", - "version": "2.11.0.0", + "version": "2.11.1.0", "main": "target/plugins/opensearch_security_dashboards", "opensearchDashboards": { - "version": "2.11.0", - "templateVersion": "2.11.0" + "version": "2.11.1", + "templateVersion": "2.11.1" }, "license": "Apache-2.0", "homepage": "https://github.com/opensearch-project/security-dashboards-plugin",