Skip to content

Commit

Permalink
Bump v4.3.6-8.1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jul 14, 2022
1 parent eecbbc5 commit 103c57a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const UI_METADATA = {
version: '4.3.5',
revision: '4308',
"version": "4.3.6",
"revision": "4309"
}

define(['../module'], function (module) {
Expand Down
4 changes: 2 additions & 2 deletions SplunkAppForWazuh/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ is_visible = 1
label = Wazuh

[launcher]
version = 4.3.5
version = 4.3.6
author = [email protected]
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

Expand All @@ -12,7 +12,7 @@ id = SplunkAppForWazuh
check_for_updates = 1

[install]
build = 4308
build = 4309

[triggers]
reload.package = simple
Expand Down
2 changes: 1 addition & 1 deletion SplunkAppForWazuh/default/package.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[splunk]
version = 8.2.6
version = 8.1.7.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pretty": "make pretty",
"test": "mocha tests/manager.js"
},
"version": "4.3.5",
"revision": "4308",
"splunk": "8.2.6"
"version": "4.3.6",
"revision": "4309",
"splunk": "8.1.7.1"
}

0 comments on commit 103c57a

Please sign in to comment.