diff --git a/.github/workflows/dashboards-observability-test-and-build-workflow.yml b/.github/workflows/dashboards-observability-test-and-build-workflow.yml index 057c6b399..b89229708 100644 --- a/.github/workflows/dashboards-observability-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-observability-test-and-build-workflow.yml @@ -6,7 +6,7 @@ on: [pull_request, push] env: PLUGIN_NAME: dashboards-observability OPENSEARCH_VERSION: '2.x' - OPENSEARCH_PLUGIN_VERSION: 2.4.0.0 + OPENSEARCH_PLUGIN_VERSION: 2.4.1.0 jobs: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index c5afc333b..83251eb34 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "observabilityDashboards", - "version": "2.4.0.0", - "opensearchDashboardsVersion": "2.4.0", + "version": "2.4.1.0", + "opensearchDashboardsVersion": "2.4.1", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index eeaa60697..5373bcc91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "observability-dashboards", - "version": "2.4.0.0", + "version": "2.4.1.0", "main": "index.ts", "license": "Apache-2.0", "scripts": {