Skip to content

Commit

Permalink
Bump revision 12 for 4.8.0-rc4 (#6751)
Browse files Browse the repository at this point in the history
chore: bump 4.8.0 rev 12
  • Loading branch information
Desvelao authored Jun 6, 2024
1 parent 2b3bb4e commit 4b37414
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 11
## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 12

### Added

Expand Down
4 changes: 2 additions & 2 deletions plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.8.0-11",
"version": "4.8.0-12",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
Expand Down Expand Up @@ -30,4 +30,4 @@
],
"server": true,
"ui": true
}
}
4 changes: 2 additions & 2 deletions plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.8.0",
"revision": "11",
"revision": "12",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down Expand Up @@ -85,4 +85,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuhCheckUpdates",
"version": "4.8.0-11",
"version": "4.8.0-12",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh-check-updates",
"version": "4.8.0",
"revision": "11",
"revision": "12",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuhCore",
"version": "4.8.0-11",
"version": "4.8.0-12",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh-core",
"version": "4.8.0",
"revision": "11",
"revision": "12",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down

0 comments on commit 4b37414

Please sign in to comment.