From dbd1096012618f36fe48e7e42b923c7be2345548 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 4 Sep 2011 19:27:15 -0400 Subject: [PATCH] set version back to snapshot --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index fe6720a8f..dc45c5527 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.0-RC0", + version := "0.11.0-SNAPSHOT", publishArtifact in packageDoc := false, scalaVersion := "2.9.1", publishMavenStyle := false,