Skip to content

Commit

Permalink
Merge pull request #224 from wazuh/bug/remove-stage-tag-after-retaging
Browse files Browse the repository at this point in the history
Remove alpha1 stage in installVariables after retag
  • Loading branch information
c-bordon authored Jan 27, 2025
2 parents 5e0dfaa + 9de9703 commit 67d848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_functions/installVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readonly wazuh_version="4.11.0"
readonly filebeat_version="7.10.2"
readonly wazuh_install_vesion="0.1"
source_branch="v${wazuh_version}"
last_stage="alpha1"
last_stage=""

repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH"
repobaseurl="https://packages.wazuh.com/4.x"
Expand Down

0 comments on commit 67d848a

Please sign in to comment.