From 3ff78a3a47a22f0b5d0c213d754c550c72d99210 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 9 Apr 2024 12:28:11 +0200 Subject: [PATCH] Update version to 1.3.1 in install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 3bc299a14..f377c85bc 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,7 +6,7 @@ set -e # Exit immediately if a command exits with a non-zero status #set -u # Treat unset variables as an error and exit set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status -VERSION="1.3.0" +VERSION="1.3.1" DOCKER_VERSION="24.0" CDN="https://cdn.coollabs.io/coolify"