From 5cdd253a7e98e0f3445c6e9abae752344d5e38d6 Mon Sep 17 00:00:00 2001 From: Forest Fang Date: Wed, 10 Jun 2015 22:46:40 -0400 Subject: [PATCH] update to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 729d560..57b487e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "spark-sas7bdat" -version := "1.0.0" +version := "1.1.0" organization := "com.github.saurfang"