From d03f8a6d6a21bbf9b3cca7eb2c773c6cc1f18711 Mon Sep 17 00:00:00 2001 From: Cyril Diagne Date: Sun, 16 Feb 2020 19:38:56 +0100 Subject: [PATCH] update get script to version 0.4-preview --- scripts/get-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-cli.sh b/scripts/get-cli.sh index 1d0c773..d99e623 100755 --- a/scripts/get-cli.sh +++ b/scripts/get-cli.sh @@ -4,7 +4,7 @@ set -e - VERSION=0.3.4-preview + VERSION=0.4-preview green="\033[32m" red="\033[31m"