Skip to content

Commit 0e7e2f4

Browse files
authored
Bump revision 4.5.3-4508 (#1486)
1 parent 13def2f commit 0e7e2f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 for Splunk project will be documented in this file.
44

5-
## Wazuh v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4507
5+
## Wazuh v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4508
66

77
### Added
88
- Added support for Wazuh 4.5.3.

SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const UI_METADATA = {
22
"version": "4.5.3",
3-
"revision": "4507"
3+
"revision": "4508"
44
}
55

66
define(['../module'], function (module) {

SplunkAppForWazuh/default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ id = SplunkAppForWazuh
1212
check_for_updates = 1
1313

1414
[install]
15-
build = 4507
15+
build = 4508
1616

1717
[triggers]
1818
reload.package = simple

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"release:tag": "node scripts/release/tag --manifest-package package.json"
4343
},
4444
"version": "4.5.3",
45-
"revision": "4507",
45+
"revision": "4508",
4646
"splunk": "8.2"
4747
}

0 commit comments

Comments
 (0)