Bump to 4.5.2

This commit is contained in:
vcerenu
2023-07-19 08:43:17 -03:00
parent 1a75d4eb77
commit 54975ab099
8 changed files with 21 additions and 15 deletions

View File

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