From 2f4ff673989966ecf6eba59b01bac1c2cd42576e Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Thu, 6 Jun 2013 11:55:56 -0700 Subject: [PATCH] Bump Shark version in run script to 0.7.0. --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 5109548b..81651ebb 100755 --- a/run +++ b/run @@ -2,7 +2,7 @@ # This file is used to launch Shark on the master. export SCALA_VERSION=2.9.3 -SHARK_VERSION=0.7 +SHARK_VERSION=0.7.0 # Figure out where the framework is installed FWDIR="$(cd `dirname $0`; pwd)"