add -SNAPSHOT back after 0.2.0 release

This commit is contained in:
Havoc Pennington 2011-12-14 10:08:39 -05:00
parent b89e263eb6
commit 8422f34f51

View File

@ -9,7 +9,7 @@
// Versions and git tags should follow: http://semver.org/ // Versions and git tags should follow: http://semver.org/
// except using -SNAPSHOT instead of without hyphen. // except using -SNAPSHOT instead of without hyphen.
version in GlobalScope := "0.2.0" version in GlobalScope := "0.2.0-SNAPSHOT"
organization in GlobalScope := "com.typesafe.config" organization in GlobalScope := "com.typesafe.config"