diff --git a/.github/workflows/dashboards-observability-test-and-build-workflow.yml b/.github/workflows/dashboards-observability-test-and-build-workflow.yml index 7f09b560f3..84f24ff114 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: 'main' - OPENSEARCH_PLUGIN_VERSION: 2.2.0.0 + OPENSEARCH_PLUGIN_VERSION: 2.3.0.0 jobs: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 75b51d910e..f623633a58 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "observabilityDashboards", - "version": "2.2.0.0", - "opensearchDashboardsVersion": "2.2.0", + "version": "2.3.0.0", + "opensearchDashboardsVersion": "2.3.0", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index 900d23061e..5f45bc5bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "observability-dashboards", - "version": "2.2.0.0", + "version": "2.3.0.0", "main": "index.ts", "license": "Apache-2.0", "scripts": {