Skip to content

Commit d66750e

Browse files
committed
Bump v4.3.10-8.2.8
1 parent f7f6b25 commit d66750e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.9",
3-
"revision": "4312"
2+
"version": "4.3.10",
3+
"revision": "4313"
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.9
6+
version = 4.3.10
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 = 4312
15+
build = 4313
1616

1717
[triggers]
1818
reload.package = simple

package.json

Lines changed: 2 additions & 2 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.9",
43-
"revision": "4312",
42+
"version": "4.3.10",
43+
"revision": "4313",
4444
"splunk": "8.2.8"
4545
}

0 commit comments

Comments
 (0)