From 905028a6aefa5468ddda782d710f27671c9f92d6 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 11 Mar 2014 10:25:18 -0400 Subject: [PATCH] Bump version for further 0.13.x development. --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index 956c368d4..7ea722818 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -14,7 +14,7 @@ object Sbt extends Build override lazy val settings = super.settings ++ buildSettings ++ Status.settings ++ nightlySettings def buildSettings = Seq( organization := "org.scala-sbt", - version := "0.13.2-SNAPSHOT", + version := "0.13.3-SNAPSHOT", publishArtifact in packageDoc := false, scalaVersion := "2.10.3", publishMavenStyle := false,