diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index b9e11973..17f23621 100644 --- a/.github/workflows/verify-binary-installation.yml +++ b/.github/workflows/verify-binary-installation.yml @@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary' on: [push, pull_request] env: - OPENSEARCH_VERSION: '3.0.0-alpha1' + OPENSEARCH_VERSION: '3.0.0-beta1' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm diff --git a/CHANGELOG.md b/CHANGELOG.md index 85dc59ee..f4e14dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ### Documentation ### Maintenance +- Increment version to 3.0.0.0-beta1 ([#1004](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/1004)) + ### Refactoring ## [Unreleased 2.x](https://github.com/opensearch-project/anomaly-detection/compare/2.19...2.x) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 9d5ae2c6..dbf37014 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "anomalyDetectionDashboards", - "version": "3.0.0.0-alpha1", + "version": "3.0.0.0-beta1", "opensearchDashboardsVersion": "3.0.0", "configPath": [ "anomaly_detection_dashboards" diff --git a/package.json b/package.json index 1668120a..736d3f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anomaly-detection-dashboards", - "version": "3.0.0.0-alpha1", + "version": "3.0.0.0-beta1", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": {