diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 56f96307e..1fa4681ac 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "observabilityDashboards", - "version": "2.14.0.0", - "opensearchDashboardsVersion": "2.14.0", + "version": "2.15.0.0", + "opensearchDashboardsVersion": "2.15.0", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index 6bfdc7bcc..8bb4dacd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "observability-dashboards", - "version": "2.14.0.0", + "version": "2.15.0.0", "main": "index.ts", "license": "Apache-2.0", "scripts": { @@ -71,4 +71,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} \ No newline at end of file +}