From 899538973f27bf33d0b474745d80eecdefc6409b Mon Sep 17 00:00:00 2001 From: Amir Hasanbasic Date: Fri, 19 Sep 2025 13:20:05 +0200 Subject: [PATCH] build: update when CLI to v1.4.0 - with string comparison support --- release/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/create.sh b/release/create.sh index f3dc2c1a..d621769f 100755 --- a/release/create.sh +++ b/release/create.sh @@ -4,7 +4,7 @@ set -euo pipefail ARTIFACT_CLI_VERSION="v0.6.7" SPC_CLI_VERSION="v1.12.1" -WHEN_CLI_VERSION="v1.3.0" +WHEN_CLI_VERSION="v1.4.0" # we include multiple when binaries for all suported Erlang versions # and configure the correct one based on Erlang version in the VM where toolbox is installed WHEN_BINARY_VERSION_1="when_otp_24"