bump to 0.4.2-SNAPSHOT

This commit is contained in:
Havoc Pennington 2012-05-22 17:26:51 -04:00
parent 9bbb7d7ac4
commit 4462c667f9

View File

@ -2,14 +2,14 @@
// to release, bump major/minor/micro as appropriate,
// update NEWS, update version in README.md, drop SNAPSHOT,
// tag and publish.
// then add snapshot back so git master is previous release
// then add snapshot back so git master is upcoming release
// with -SNAPSHOT.
// when releasing a SNAPSHOT to the repo, bump the micro
// version at least.
// Versions and git tags should follow: http://semver.org/
// except using -SNAPSHOT instead of without hyphen.
version in GlobalScope := "0.4.1"
version in GlobalScope := "0.4.2-SNAPSHOT"
organization in GlobalScope := "com.typesafe"