From 6f91f7b86604442621dc78d2436513cd59dd472d Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 6 Nov 2011 22:11:12 -0500 Subject: [PATCH] version bump --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index 26f82367a..e948444e4 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -15,7 +15,7 @@ object Sbt extends Build override lazy val settings = super.settings ++ buildSettings ++ Status.settings def buildSettings = Seq( organization := "org.scala-tools.sbt", - version := "0.11.1-SNAPSHOT", + version := "0.11.2-SNAPSHOT", publishArtifact in packageDoc := false, scalaVersion := "2.9.1", publishMavenStyle := false,