From c90f46cf78af6917d73e5f03ece12a58b3483155 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 7 Dec 2011 09:12:51 -0500 Subject: [PATCH] change to 0.1.7-SNAPSHOT post-release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3038ffdc..67dfefc8 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ // Versions and git tags should follow: http://semver.org/ // except using -SNAPSHOT instead of without hyphen. -version in GlobalScope := "0.1.7" +version in GlobalScope := "0.1.7-SNAPSHOT" organization in GlobalScope := "com.typesafe.config"