From 236a49fe3ed178e6152ef73c8f866f663454271a Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 5 Dec 2011 13:23:18 -0500 Subject: [PATCH] put back -SNAPSHOT for git --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec946477..8c465d5e 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.4" +version in GlobalScope := "0.1.4-SNAPSHOT" organization in GlobalScope := "com.typesafe.config"