From f2fb1ab45ef807450308c14d732973be56ba1c6a Mon Sep 17 00:00:00 2001 From: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:33:52 -0300 Subject: [PATCH] Support Wazuh 4.12.0 rev 00 (#159) * Bump version 4.12.0 * Bump version 4.12.0 --- .github/workflows/manual-build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 3729bbb7..6ca421aa 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -12,7 +12,7 @@ on: required: true type: string description: Source code reference (branch, tag or commit SHA) - default: 4.10.3 + default: 4.12.0 workflow_dispatch: inputs: reference: diff --git a/package.json b/package.json index 9c1d11c8..a8117a3a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "templateVersion": "2.16.0" }, "wazuh": { - "version": "4.10.3", + "version": "4.12.0", "revision": "00" }, "license": "Apache-2.0",