From 534dc22a9a647aeaa5411264bc1e58b8b0270152 Mon Sep 17 00:00:00 2001 From: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:10:10 -0300 Subject: [PATCH] Bump version 4.10.0 revision 00 (#53) --- .github/workflows/manual-build.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 5077ffa4d..54a1288da 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.9.0 + default: 4.10.0 workflow_dispatch: inputs: reference: @@ -31,4 +31,4 @@ jobs: command: 'yarn build' artifact_name: 'wazuh-security-dashboards-plugin' artifact_path: './wazuh-security-plugin/build' - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/package.json b/package.json index d6e10a5f9..f5f5958d1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "templateVersion": "2.16.0" }, "wazuh": { - "version": "4.9.0", + "version": "4.10.0", "revision": "00" }, "license": "Apache-2.0",