From c3601e16cff7a969761c229bf97f5dadafce2c6f Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Thu, 6 Feb 2025 17:44:18 +0530 Subject: [PATCH] chore: bump up cwctl version to 3.2.0 (#10850) --- VERSION_CWCTL | 2 +- deployment/setup_20.04.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION_CWCTL b/VERSION_CWCTL index fd2a01863..944880fa1 100644 --- a/VERSION_CWCTL +++ b/VERSION_CWCTL @@ -1 +1 @@ -3.1.0 +3.2.0 diff --git a/deployment/setup_20.04.sh b/deployment/setup_20.04.sh index eddd1bc8b..7809b6d0e 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: 3.1.0 +# Script Version: 3.2.0 # Run this script as root set -eu -o errexit -o pipefail -o noclobber -o nounset @@ -19,7 +19,7 @@ fi # option --output/-o requires 1 argument LONGOPTS=console,debug,help,install,Install:,logs:,restart,ssl,upgrade,webserver,version OPTIONS=cdhiI:l:rsuwv -CWCTL_VERSION="3.1.0" +CWCTL_VERSION="3.2.0" pg_pass=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 15 ; echo '') CHATWOOT_HUB_URL="https://hub.2.chatwoot.com/events"