From e5ac7f6b4af325ccef2839fd0a384e5ee28d57ec Mon Sep 17 00:00:00 2001 From: Michael Armbrust Date: Sun, 23 Aug 2015 13:45:01 -0700 Subject: [PATCH] update version 0.1.1-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cccd9b3..4276761 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ scalaVersion := "2.10.4" sparkPackageName := "databricks/spark-sql-perf" -version := "0.1.0" +version := "0.1.1-SNAPSHOT" // All Spark Packages need a license licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))