Skip to content

Commit 74522f2

Browse files
committed
Bump v4.3.6-8.1.7
1 parent eecbbc5 commit 74522f2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const UI_METADATA = {
2-
version: '4.3.5',
3-
revision: '4308',
2+
"version": "4.3.6",
3+
"revision": "4309"
44
}
55

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

SplunkAppForWazuh/default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ is_visible = 1
33
label = Wazuh
44

55
[launcher]
6-
version = 4.3.5
6+
version = 4.3.6
77
88
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.
99

@@ -12,7 +12,7 @@ id = SplunkAppForWazuh
1212
check_for_updates = 1
1313

1414
[install]
15-
build = 4308
15+
build = 4309
1616

1717
[triggers]
1818
reload.package = simple
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[splunk]
2-
version = 8.2.6
2+
version = 8.1.7

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"pretty": "make pretty",
4040
"test": "mocha tests/manager.js"
4141
},
42-
"version": "4.3.5",
43-
"revision": "4308",
44-
"splunk": "8.2.6"
42+
"version": "4.3.6",
43+
"revision": "4309",
44+
"splunk": "8.1.7"
4545
}

0 commit comments

Comments
 (0)