Skip to content

Commit

Permalink
Bump to version 3.0.0.0-alpha1
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler committed Feb 26, 2025
1 parent da3d101 commit 6723a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ env:
CI: 1
TERM: xterm
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_VERSION: '3.0.0'
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0'
OPENSEARCH_VERSION: '3.0.0-alpha1'
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1'

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "flowFrameworkDashboards",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"version": "3.0.0.0-alpha1",
"opensearchDashboardsVersion": "3.0.0-alpha1",
"server": true,
"ui": true,
"requiredBundles": [],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dashboards-flow-framework",
"version": "3.0.0.0",
"version": "3.0.0.0-alpha1",
"description": "OpenSearch Flow Framework Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "3.0.0.0",
"plugin_version": "3.0.0.0-alpha1",
"plugin_name": "flowFrameworkDashboards",
"plugin_zip_name": "dashboards-flow-framework"
},
Expand Down

0 comments on commit 6723a38

Please sign in to comment.