From bcd3f13a0d7db00194f45443ce9641405ca8bf0c Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 22 Oct 2012 10:31:12 +0200 Subject: [PATCH] bump version to 0.7.0-RC1 --- project.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.sbt b/project.sbt index 908dea47b..56595b039 100644 --- a/project.sbt +++ b/project.sbt @@ -4,7 +4,7 @@ name := "sbt-dependency-graph" organization := "net.virtual-void" -version := "0.6.1-SNAPSHOT" +version := "0.7.0-RC1" homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))