Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Aug 11, 2023
1 parent 6371935 commit 6a69d67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.1 - OpenSearch Dashboards 2.6.0 - Revision 01
## Wazuh v4.5.1 - OpenSearch Dashboards 2.6.0 - Revision 02

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.5.1",
"revision": "01",
"revision": "02",
"pluginPlatform": {
"version": "2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getSupportedVersions(pluginVersion) {
branch: `${pluginVersion}-7.16`,
versions: [
...[...Array(4).keys()].map(idx => `7.16.${idx}`),
...[...Array(11).keys()].map(idx => `7.17.${idx}`),
...[...Array(12).keys()].map(idx => `7.17.${idx}`),
],
manifestPluginPath: 'kibana.json',
},
Expand Down

0 comments on commit 6a69d67

Please sign in to comment.