Skip to content

Commit 3bbfde3

Browse files
authored
Bump revision to 4.11.0-03 RC1 (#7297)
### Description This pull request bumps to 4.11.0 rev 03. ### Issues Resolved #7296 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] Update [CHANGELOG.md](./../CHANGELOG.md) - [ ] Commits are signed per the DCO using --signoff
2 parents d3e2b86 + 73c585b commit 3bbfde3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the Wazuh app project will be documented in this file.
44

5-
## Wazuh v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 02
5+
## Wazuh v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 03
66

77
### Added
88

plugins/main/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuh",
3-
"version": "4.11.0-02",
3+
"version": "4.11.0-03",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"configPath": ["wazuh"],
66
"requiredPlugins": [

plugins/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh",
33
"version": "4.11.0",
4-
"revision": "02",
4+
"revision": "03",
55
"pluginPlatform": {
66
"version": "2.16.0"
77
},

plugins/wazuh-check-updates/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuhCheckUpdates",
3-
"version": "4.11.0-02",
3+
"version": "4.11.0-03",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"server": true,
66
"ui": true,

plugins/wazuh-check-updates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh-check-updates",
33
"version": "4.11.0",
4-
"revision": "02",
4+
"revision": "03",
55
"pluginPlatform": {
66
"version": "2.16.0"
77
},

plugins/wazuh-core/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuhCore",
3-
"version": "4.11.0-02",
3+
"version": "4.11.0-03",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"server": true,
66
"ui": true,

plugins/wazuh-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh-core",
33
"version": "4.11.0",
4-
"revision": "02",
4+
"revision": "03",
55
"pluginPlatform": {
66
"version": "2.16.0"
77
},

0 commit comments

Comments
 (0)