From 5163afdadf34c48bdefd6acb445dfd0f1299a520 Mon Sep 17 00:00:00 2001 From: Santiago Bragagnolo Date: Sun, 20 Jan 2019 22:49:31 +0100 Subject: [PATCH] Passing to next v0.2 version --- setupScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupScale.sh b/setupScale.sh index cb051e3..faedc4f 100755 --- a/setupScale.sh +++ b/setupScale.sh @@ -3,7 +3,7 @@ echo "*********************************************" echo "* cloning repository " echo "*********************************************" -git clone --branch v0.1 https://github.com/guillep/Scale /tmp/scale +git clone --branch v0.2 https://github.com/guillep/Scale /tmp/scale cd /tmp/scale echo "*********************************************" echo "* building scale image "