From 7f04361d0d5ab71e82413c3c51a90bbba914102b Mon Sep 17 00:00:00 2001 From: Cyril Diagne Date: Tue, 31 Dec 2019 08:58:24 +0100 Subject: [PATCH] update get script to version 0.3.4-preview --- scripts/get-kuda-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-kuda-cli.sh b/scripts/get-kuda-cli.sh index cf04e9c..1d0c773 100755 --- a/scripts/get-kuda-cli.sh +++ b/scripts/get-kuda-cli.sh @@ -4,7 +4,7 @@ set -e - VERSION=0.3.3-preview + VERSION=0.3.4-preview green="\033[32m" red="\033[31m"