From beac211f993c5066927c77cb37c4b2cbae78d200 Mon Sep 17 00:00:00 2001 From: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:29:34 -0300 Subject: [PATCH] Bump revision 03 for 4.7.1-RC3 (#6229) bump revision 03 for 4.7.1-RC3 --- CHANGELOG.md | 2 +- plugins/main/opensearch_dashboards.json | 2 +- plugins/main/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09168716cc..2ce32ece55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh v4.7.1 - OpenSearch Dashboards 2.8.0 - Revision 02 +## Wazuh v4.7.1 - OpenSearch Dashboards 2.8.0 - Revision 03 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index 6ec5775a2a..4fa76eb5d9 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.7.1-02", + "version": "4.7.1-03", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/plugins/main/package.json b/plugins/main/package.json index 0897f8c945..b784c08d6e 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.7.1", - "revision": "02", + "revision": "03", "pluginPlatform": { "version": "2.8.0" },