version bump

This commit is contained in:
Mark Harrah 2011-11-27 17:49:06 -05:00
parent cf450a963f
commit 3c60ccd2b9
1 changed files with 1 additions and 1 deletions

View File

@ -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.2-SNAPSHOT",
version := "0.11.3-SNAPSHOT",
publishArtifact in packageDoc := false,
scalaVersion := "2.9.1",
publishMavenStyle := false,