0.7.0 beta 2 (really release candidate)
This commit is contained in:
parent
db20f399fb
commit
30d9afbb03
|
@ -1,4 +1,4 @@
|
||||||
## 0.7.0.beta2 (unreleased)
|
## 0.7.0.beta2 (January 13, 2010)
|
||||||
|
|
||||||
- Puppet server provisioner. [GH-262]
|
- Puppet server provisioner. [GH-262]
|
||||||
- Use numeric uid/gid in mounting shared folders to increase portability. [GH-252]
|
- Use numeric uid/gid in mounting shared folders to increase portability. [GH-252]
|
||||||
|
|
|
@ -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.dev"
|
VERSION = "0.7.0.beta2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue