v0.8.5 - RubyGems bugs. Unbelievable.

This commit is contained in:
Mitchell Hashimoto 2011-08-15 20:55:25 -07:00
parent e7f192ccc8
commit fe072662fd
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
## 0.8.4 (August 15, 2011)
## 0.8.5 (August 15, 2011)
Note: 0.8.3 was yanked due to RubyGems encoding issue.
Note: 0.8.3 and 0.8.4 was yanked due to RubyGems encoding issue.
- Fix SSH `exec!` to inherit proper `$PATH`. [GH-426]
- Chef client now accepts an empty (`nil`) run list again. [GH-429]

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.4"
VERSION = "0.8.5"
end