Up to 0.7.0.dev, release imminent

This commit is contained in:
Mitchell Hashimoto 2011-01-13 17:40:07 -08:00
parent 30d9afbb03
commit 28a2167dda
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.7.0 (unreleased)
The 0.7.0 betas will be merged into this one section upon final release.
I don't expect many changes.
## 0.7.0.beta2 (January 13, 2010)
- Puppet server provisioner. [GH-262]

View File

@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION = "0.7.0.beta2"
VERSION = "0.7.0.dev"
end