v0.6.9
This commit is contained in:
parent
dbd18e752e
commit
86394fc74b
|
@ -1,4 +1,4 @@
|
||||||
## 0.6.9 (unreleased)
|
## 0.6.9 (December 21, 2010)
|
||||||
|
|
||||||
- Puppet provisioner. [GH-223]
|
- Puppet provisioner. [GH-223]
|
||||||
- Solaris system configurable to use `sudo`.
|
- Solaris system configurable to use `sudo`.
|
||||||
|
|
|
@ -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.6.9.dev"
|
VERSION = "0.6.9"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue