From 512ece3432547de8d9c903c744c8c1d722c100ff Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 30 Jan 2014 11:19:35 -0500 Subject: [PATCH] bump version to publish sixth alpha release from develop branch --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index d4ac3cc7..7cd16b98 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -11,7 +11,7 @@ object DatomiscaBuild extends Build { val macroParadiseVersion = "2.0.0-M3" lazy val buildSettings = Defaults.defaultSettings ++ Seq( - version := "0.7-alpha-5", + version := "0.7-alpha-6", organization := "com.pellucid", scalaVersion := "2.10.3", scalacOptions ++= Seq(