put back -SNAPSHOT after 0.6.0

This commit is contained in:
Havoc Pennington 2012-10-10 14:09:07 -04:00
parent c6a068888c
commit eac5c6c790

View File

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