From a100b47fcc4161a6d896b1e4b358eccd4fb68900 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 10 Aug 2017 01:27:24 -0400 Subject: [PATCH] 1.0.1-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9928cc22a..cc14e0d11 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ def buildLevelSettings: Seq[Setting[_]] = inThisBuild( Seq( organization := "org.scala-sbt", - version := "1.0.0-SNAPSHOT", + version := "1.0.1-SNAPSHOT", description := "sbt is an interactive build tool", bintrayOrganization := Some("sbt"), bintrayRepository := {