bump 4.4.1 version

This commit is contained in:
vcerenu
2023-04-10 10:20:48 -03:00
parent 1c69a38bd8
commit 8ada4445b0
8 changed files with 20 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
WAZUH_IMAGE_VERSION=4.4.0
WAZUH_IMAGE_VERSION=4.4.1
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')