v0.8.9
This commit is contained in:
parent
b65cb54636
commit
c4eeda2025
|
@ -1,3 +1,8 @@
|
|||
## 0.8.9 (December 10, 2011)
|
||||
|
||||
- Revert the SSH tweaks made in 0.8.8. It affected stability
|
||||
that I'd rather not test in a patch release.
|
||||
|
||||
## 0.8.8 (December 1, 2011)
|
||||
|
||||
- Mount shared folders shortest to longest to avoid mounting
|
||||
|
|
|
@ -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.8.8"
|
||||
VERSION = "0.8.9"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue