Skip to content

Commit

Permalink
Bump up Shark version to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jul 22, 2013
1 parent 799f740 commit 62292be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/SharkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Keys._
object SharkBuild extends Build {

// Shark version
val SHARK_VERSION = "0.7.0"
val SHARK_VERSION = "0.7.1"

val SPARK_VERSION = "0.7.3"

Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This file is used to launch Shark on the master.
export SCALA_VERSION=2.9.3
SHARK_VERSION=0.7.0
SHARK_VERSION=0.7.1

# Figure out where the framework is installed
FWDIR="$(cd `dirname $0`; pwd)"
Expand Down

0 comments on commit 62292be

Please sign in to comment.