From 0433b1d8c6bb26ad737ac4af821eb0f53a173f47 Mon Sep 17 00:00:00 2001 From: Goten <47599241+go-ten@users.noreply.github.com> Date: Sat, 25 Feb 2023 15:12:40 +0100 Subject: [PATCH] Upgrade 1.5 (#241) --- guac-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 29d20e2..7eaa9b2 100755 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -4,7 +4,7 @@ if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi # Version number of Guacamole to install -GUACVERSION="1.4.0" +GUACVERSION="1.5.0" # Colors to use for output YELLOW='\033[1;33m'