From ab372bf2995529b2fb9abfffb1e2bc6ff13e0d77 Mon Sep 17 00:00:00 2001
From: Shamnas Gafoor <shamnas.a.gafoor@subcom.tech>
Date: Mon, 13 May 2024 13:25:56 +0000
Subject: [PATCH] Update setup-debian.sh - Portal version update

---
 setup-debian.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-debian.sh b/setup-debian.sh
index 16bb61c9..619000f8 100755
--- a/setup-debian.sh
+++ b/setup-debian.sh
@@ -238,7 +238,7 @@ setup_env() {
     echo "$BASIC_BEARER_TOKEN" > "$ENV_ALERTMANAGER_SECRET_PATH"
 
     # Update this to rollout new update
-    update_env_variable "WEBZERO_VERSION" "0.4.11" "$ENV_SHEPHERD_PATH"
+    update_env_variable "WEBZERO_VERSION" "0.4.12" "$ENV_SHEPHERD_PATH"
     update_env_variable "REPORTS_ACCUMULATOR_VERSION" "0.2.0" "$ENV_SHEPHERD_PATH"
     update_env_variable "REPORTS_CRUNCHER_VERSION" "0.2.0" "$ENV_SHEPHERD_PATH"
     update_env_variable "REPORTS_ENGINE_VERSION" "0.3.0" "$ENV_SHEPHERD_PATH"
-- 
GitLab