From 9a673a3ef9acd2f3bea3c6f99ae62b57c1981fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20David=20Guti=C3=A9rrez?= Date: Wed, 25 Sep 2024 11:07:16 +0200 Subject: [PATCH] chore(bump): 4.10.1 rev 00 --- .github/workflows/manual-build.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 54a1288da..9027fec08 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.0 + default: 4.10.1 workflow_dispatch: inputs: reference: diff --git a/package.json b/package.json index 962f204a0..807ac975b 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "templateVersion": "2.16.0" }, "wazuh": { - "version": "4.10.0", - "revision": "01" + "version": "4.10.1", + "revision": "00" }, "license": "Apache-2.0", "homepage": "https://github.com/opensearch-project/security-dashboards-plugin",