Merge pull request #825 from wazuh/bump-4-3-11

Bump 4.3 to 4.3.11
This commit is contained in:
Gonzalo Acuña
2023-04-24 10:56:52 -03:00
committed by GitHub
8 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
WAZUH_IMAGE_VERSION=4.3.10
WAZUH_IMAGE_VERSION=4.3.11
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')