diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index c5d2f9f20..8ddceaf47 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -8,7 +8,7 @@ on: - "*" env: OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.6.0-SNAPSHOT' + OPENSEARCH_VERSION: '2.7.0-SNAPSHOT' ALERTING_PLUGIN_BRANCH: '2.x' jobs: tests: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e1bad0aac..3202e268b 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.6.0.0", - "opensearchDashboardsVersion": "2.6.0", + "version": "2.7.0.0", + "opensearchDashboardsVersion": "2.7.0", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index ee44c5d1d..9926f1463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.6.0.0", + "version": "2.7.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0",