Skip to content

Commit 6f69913

Browse files
authored
Increment version to 3.0.0.0-beta1 (#409)
Signed-off-by: Lin Wang <wonglam@amazon.com>
1 parent d7f9540 commit 6f69913

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mlCommonsDashboards",
3-
"version": "3.0.0.0-alpha1",
3+
"version": "3.0.0.0-beta1",
44
"opensearchDashboardsVersion": "3.0.0",
55
"server": true,
66
"ui": true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config": {
55
"id": "mlCommonsDashboards"
66
},
7-
"version": "3.0.0.0-alpha1",
7+
"version": "3.0.0.0-beta1",
88
"scripts": {
99
"build": "yarn plugin-helpers build",
1010
"plugin-helpers": "node ../../scripts/plugin_helpers",

0 commit comments

Comments
 (0)