Skip to content

Commit bd750df

Browse files
authored
Bump to version 3.0.0.0-alpha1 (#647)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 5b3f689 commit bd750df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66
CI: 1
77
TERM: xterm
88
OPENSEARCH_DASHBOARDS_VERSION: 'main'
9-
OPENSEARCH_VERSION: '3.0.0'
10-
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0'
9+
OPENSEARCH_VERSION: '3.0.0-alpha1'
10+
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1'
1111

1212
jobs:
1313
tests:

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "flowFrameworkDashboards",
3-
"version": "3.0.0.0",
4-
"opensearchDashboardsVersion": "3.0.0",
3+
"version": "3.0.0.0-alpha1",
4+
"opensearchDashboardsVersion": "3.0.0-alpha1",
55
"server": true,
66
"ui": true,
77
"requiredBundles": [],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "dashboards-flow-framework",
3-
"version": "3.0.0.0",
3+
"version": "3.0.0.0-alpha1",
44
"description": "OpenSearch Flow Framework Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "3.0.0.0",
7+
"plugin_version": "3.0.0.0-alpha1",
88
"plugin_name": "flowFrameworkDashboards",
99
"plugin_zip_name": "dashboards-flow-framework"
1010
},

0 commit comments

Comments
 (0)