Skip to content

Commit

Permalink
Version bump to 1.3.6 (#326)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>

Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored Oct 3, 2022
1 parent f9e5753 commit c200179
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.3'
OPENSEARCH_VERSION: '1.3.5-SNAPSHOT'
OPENSEARCH_VERSION: '1.3.6-SNAPSHOT'
jobs:
test-without-security:
name: Run integ tests without security
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": "anomalyDetectionDashboards",
"version": "1.3.5.0",
"opensearchDashboardsVersion": "1.3.5",
"version": "1.3.6.0",
"opensearchDashboardsVersion": "1.3.6",
"configPath": ["anomaly_detection_dashboards"],
"requiredPlugins": ["navigation"],
"optionalPlugins": [],
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": "anomaly-detection-dashboards",
"version": "1.3.5.0",
"version": "1.3.6.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "1.3.5.0",
"plugin_version": "1.3.6.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down

0 comments on commit c200179

Please sign in to comment.