diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 5077ffa4..54a1288d 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 92b34bd6..f0ebf4f5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "templateVersion": "2.17.1" }, "wazuh": { - "version": "4.9.0", + "version": "4.10.0", "revision": "00" }, "license": "Apache-2.0",