bump 4.6 version

This commit is contained in:
vcerenu
2023-02-01 16:54:05 -03:00
committed by Raul Del Pozo Moreno
parent 76a38f68b5
commit dd46f8a2c1
12 changed files with 32 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
WAZUH_IMAGE_VERSION=4.5.0
WAZUH_IMAGE_VERSION=4.6.0
WAZUH_VERSION=$(echo $WAZUH_IMAGE_VERSION | sed -e 's/\.//g')
WAZUH_TAG_REVISION=1
WAZUH_CURRENT_VERSION=$(curl --silent https://api.github.com/repos/wazuh/wazuh/releases/latest | grep '\"tag_name\":' | sed -E 's/.*\"([^\"]+)\".*/\1/' | cut -c 2- | sed -e 's/\.//g')