diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 5ff70a2f5..8e9d96727 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -11,7 +11,7 @@ on: - 2.0 env: OPENSEARCH_DASHBOARDS_VERSION: '2.0' - OPENSEARCH_VERSION: '2.0.0-SNAPSHOT' + OPENSEARCH_VERSION: '2.0.1-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 859f70e00..8a1e21d05 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "indexManagementDashboards", - "version": "2.0.0.0", - "opensearchDashboardsVersion": "2.0.0", + "version": "2.0.1.0", + "opensearchDashboardsVersion": "2.0.1", "configPath": ["opensearch_index_management"], "requiredPlugins": ["navigation"], "server": true, diff --git a/package.json b/package.json index 6cbe3f52c..9670341c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch_index_management_dashboards", - "version": "2.0.0.0", + "version": "2.0.1.0", "description": "Opensearch Dashboards plugin for Index Management", "main": "index.js", "license": "Apache-2.0",