diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 1de620b8..d1f81a44 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -11,7 +11,7 @@ on: - '*' env: OPENSEARCH_DASHBOARDS_VERSION: '1.3' - OPENSEARCH_VERSION: '1.3.8-SNAPSHOT' + OPENSEARCH_VERSION: '1.3.9-SNAPSHOT' OPENSEARCH_DASHBOARDS_FTREPO_VERSION: '1.3' ANOMALY_DETECTION_PLUGIN_VERSION: '1.3' jobs: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 1ad37cce..89e376a1 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "1.3.8.0", - "opensearchDashboardsVersion": "1.3.8", + "version": "1.3.9.0", + "opensearchDashboardsVersion": "1.3.9", "configPath": ["anomaly_detection_dashboards"], "requiredPlugins": ["navigation"], "optionalPlugins": [], diff --git a/package.json b/package.json index f1689ee2..c0b10e17 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "anomaly-detection-dashboards", - "version": "1.3.8.0", + "version": "1.3.9.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "1.3.8.0", + "plugin_version": "1.3.9.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" },