Skip to content

Commit 6c089af

Browse files
authored
Bump to version 3.0.0.0-alpha1 (#985)
Signed-off-by: Kaituo Li <[email protected]>
1 parent 0645781 commit 6c089af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/remote-integ-tests-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm
99
OPENSEARCH_DASHBOARDS_VERSION: 'main'
10-
OPENSEARCH_VERSION: '3.0.0'
11-
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0'
10+
OPENSEARCH_VERSION: '3.0.0-alpha1'
11+
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1'
1212

1313
jobs:
1414
tests:

.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'
5+
OPENSEARCH_VERSION: '3.0.0-alpha1'
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",
3+
"version": "3.0.0.0-alpha1",
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",
3+
"version": "3.0.0.0-alpha1",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {

0 commit comments

Comments
 (0)