From 20e7ef073a8ca74ed230b82005cac2ce39f10047 Mon Sep 17 00:00:00 2001 From: Santiago Bragagnolo Date: Sun, 15 Mar 2020 20:57:31 +0100 Subject: [PATCH] New release soon --- setupScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupScale.sh b/setupScale.sh index 2fa316f..d7e1cfa 100644 --- a/setupScale.sh +++ b/setupScale.sh @@ -3,7 +3,7 @@ echo "*********************************************" echo "* cloning repository " echo "*********************************************" -git clone --branch v0.2.2 https://github.com/guillep/Scale /tmp/scale +git clone --branch v0.2.3 https://github.com/guillep/Scale /tmp/scale cd /tmp/scale echo "*********************************************" echo "* building scale image "