From 81a204fe08ac46fc93dbe0d54c775cba785d854d Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 24 Oct 2012 11:13:52 +0200 Subject: [PATCH] bump version --- project.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.sbt b/project.sbt index 41b84a546..6e49eb6de 100644 --- a/project.sbt +++ b/project.sbt @@ -4,7 +4,7 @@ name := "sbt-dependency-graph" organization := "net.virtual-void" -version := "0.7.0-RC2" +version := "0.7.0-RC3" homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))