Skip to content

Commit

Permalink
Bump revision for 4.5.4 rev 4510 Alpha1 (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos authored Oct 19, 2023
1 parent 5105486 commit 18586cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 for Splunk project will be documented in this file.

## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4509
## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4510

### Added
- Added support for Wazuh 4.5.4.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const UI_METADATA = {
"version": "4.5.4",
"revision": "4509"
"revision": "4510"
}

define(['../module'], function (module) {
Expand Down
2 changes: 1 addition & 1 deletion SplunkAppForWazuh/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ id = SplunkAppForWazuh
check_for_updates = 1

[install]
build = 4509
build = 4510

[triggers]
reload.package = simple
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"release:tag": "node scripts/release/tag --manifest-package package.json"
},
"version": "4.5.4",
"revision": "4509",
"revision": "4510",
"splunk": "8.2"
}

0 comments on commit 18586cd

Please sign in to comment.