This commit is contained in:
Mitchell Hashimoto 2011-12-10 21:08:13 -08:00
parent 00c40f82b1
commit b67dc75dfc
2 changed files with 2 additions and 2 deletions

View File

@ -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
that I'd rather not test in a patch release.

View File

@ -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.9"
VERSION = "0.8.10"
end