diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c06b805..66be0eb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index 6ca44d385..4644f67f4 100644 --- a/lib/vagrant/version.rb +++ b/lib/vagrant/version.rb @@ -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