Skip to content

Commit

Permalink
Bump revision 05 for 4.8.0 Beta 3 (#6468)
Browse files Browse the repository at this point in the history
* bump revision 05

* Modify changelog
  • Loading branch information
Tostti authored Mar 1, 2024
1 parent 6fcfe2e commit 5120f93
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 04
## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 05

### Added

Expand Down
2 changes: 1 addition & 1 deletion 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-04",
"version": "4.8.0-05",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
Expand Down
2 changes: 1 addition & 1 deletion 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": "04",
"revision": "05",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
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-04",
"version": "4.8.0-05",
"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": "04",
"revision": "05",
"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-04",
"version": "4.8.0-05",
"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": "04",
"revision": "05",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down

0 comments on commit 5120f93

Please sign in to comment.