From 1a20eee73cfecb46232a3cffff92e695ce061551 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 23 Oct 2012 11:37:50 +0200 Subject: [PATCH] bump version to 0.7.0-RC2 --- project.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.sbt b/project.sbt index 56595b039..41b84a546 100644 --- a/project.sbt +++ b/project.sbt @@ -4,7 +4,7 @@ name := "sbt-dependency-graph" organization := "net.virtual-void" -version := "0.7.0-RC1" +version := "0.7.0-RC2" homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))