put -SNAPSHOT back in version

This commit is contained in:
Havoc Pennington 2012-03-01 12:10:03 -05:00
parent b6759fcd0f
commit e96850c3b3

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.3.0"
version in GlobalScope := "0.3.0-SNAPSHOT"
organization in GlobalScope := "com.typesafe.config"