v0.8.10
This commit is contained in:
parent
00c40f82b1
commit
b67dc75dfc
|
@ -1,4 +1,4 @@
|
||||||
## 0.8.9 (December 10, 2011)
|
## 0.8.10 (December 10, 2011)
|
||||||
|
|
||||||
- Revert the SSH tweaks made in 0.8.8. It affected stability
|
- Revert the SSH tweaks made in 0.8.8. It affected stability
|
||||||
that I'd rather not test in a patch release.
|
that I'd rather not test in a patch release.
|
||||||
|
|
|
@ -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.8.9"
|
VERSION = "0.8.10"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue