Up to 0.7.0.dev, release imminent
This commit is contained in:
parent
30d9afbb03
commit
28a2167dda
|
@ -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)
|
## 0.7.0.beta2 (January 13, 2010)
|
||||||
|
|
||||||
- Puppet server provisioner. [GH-262]
|
- Puppet server provisioner. [GH-262]
|
||||||
|
|
|
@ -2,5 +2,5 @@ module Vagrant
|
||||||
# This will always be up to date with the current version of 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
|
# since it is used to generate the gemspec and is also the source of
|
||||||
# the version for `vagrant -v`
|
# the version for `vagrant -v`
|
||||||
VERSION = "0.7.0.beta2"
|
VERSION = "0.7.0.dev"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue