From 8902e9d1fc72ec684ff368805cbc9feeed81cd19 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 15 Oct 2014 12:33:20 -0400 Subject: [PATCH] bump bootstrap to incoming v0.04 tag --- setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index c8506a1..a768cc5 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.03 + TAG=v0.04 fi # Are we running as root?