From b5832a1756cedc42c106a6fb0c25615d98515ed1 Mon Sep 17 00:00:00 2001 From: Karl Higley Date: Mon, 4 Jul 2016 19:14:51 -0400 Subject: [PATCH] Bump version to 0.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be6e666..52e7a60 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "com.github.karlhigley" description := "Spark-based approximate nearest neighbor search using locality-sensitive hashing" -version := "0.2.1" +version := "0.2.2" scalaVersion := "2.10.5"