From 5714b3c6b735cf42bde34e77ab21e7d0274f8cfc Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 24 Sep 2014 12:48:15 +0000 Subject: [PATCH] bump bootstrap.sh to incoming 0.03 tag --- setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index ff7aac8c..cbf2c7c3 100755 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.02 + TAG=v0.03 fi # Are we running as root?