Skip to content

Commit bf96df9

Browse files
author
Junwei Dai
committed
Increment version to 3.0.0.0-beta1
Signed-off-by: Junwei Dai <[email protected]>
1 parent 0c16406 commit bf96df9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/verify-binary-installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary'
22

33
on: [push, pull_request]
44
env:
5-
OPENSEARCH_VERSION: '3.0.0-alpha1'
5+
OPENSEARCH_VERSION: '3.0.0-beta1'
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm

opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "3.0.0.0-alpha1",
3+
"version": "3.0.0.0-beta1",
44
"opensearchDashboardsVersion": "3.0.0",
55
"configPath": [
66
"anomaly_detection_dashboards"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "3.0.0.0-alpha1",
3+
"version": "3.0.0.0-beta1",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {

0 commit comments

Comments
 (0)