diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index ab22bba1..7d12301e 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "securityDashboards", - "version": "2.17.0.0", - "opensearchDashboardsVersion": "2.17.0", + "version": "2.17.1.0", + "opensearchDashboardsVersion": "2.17.1", "configPath": [ "opensearch_security" ], diff --git a/package.json b/package.json index 6359365f..f9cde019 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "opensearch-security-dashboards", - "version": "2.17.0.0", + "version": "2.17.1.0", "main": "target/plugins/opensearch_security_dashboards", "opensearchDashboards": { - "version": "2.17.0", - "templateVersion": "2.17.0" + "version": "2.17.1", + "templateVersion": "2.17.1" }, "license": "Apache-2.0", "homepage": "https://github.com/opensearch-project/security-dashboards-plugin",