From 98ed08a9763da4fc072e6cd0633530454dc90530 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 9 May 2014 08:32:55 -0400 Subject: [PATCH] Bump version number for next bout of development. --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index a711e69b9..cc963dbb1 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -13,7 +13,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.5-SNAPSHOT", + version := "0.13.6-SNAPSHOT", publishArtifact in packageDoc := false, scalaVersion := "2.10.4", publishMavenStyle := false,