From 6a383dc3ca4f181c97cdca3b74cd1a0687102e76 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Wed, 16 Oct 2024 17:50:07 +0530 Subject: [PATCH] chore: increment cwctl version (#10299) - increment cwctl version --- deployment/setup_20.04.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/setup_20.04.sh b/deployment/setup_20.04.sh index 3df73ce5c..9843b2c7a 100644 --- a/deployment/setup_20.04.sh +++ b/deployment/setup_20.04.sh @@ -2,7 +2,7 @@ # Description: Install and manage a Chatwoot installation. # OS: Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS -# Script Version: 2.8.0 +# Script Version: 3.0.0 # Run this script as root set -eu -o errexit -o pipefail -o noclobber -o nounset