From 2664730673a3e2777ad6ac1bc770c87c6247f77e Mon Sep 17 00:00:00 2001 From: Antonio <34042064+Desvelao@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:47:41 +0200 Subject: [PATCH] Bump revision to 02 (4.5.2) (#5844) bump: revision to 02 --- CHANGELOG.md | 2 +- opensearch_dashboards.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f255ab21fb..5ae3e15eef 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.5.2 - OpenSearch Dashboards 2.6.0 - Revision 01 +## Wazuh v4.5.2 - OpenSearch Dashboards 2.6.0 - Revision 02 ### Added diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 81041b614f..988df6ee23 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.5.2-01", + "version": "4.5.2-02", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/package.json b/package.json index 2562d4fa1e..0b689faf91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.5.2", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.6.0" },