RubyGems issue
This commit is contained in:
Mitchell Hashimoto 2011-08-15 20:24:12 -07:00
parent 547a056f80
commit e7f192ccc8
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
## 0.8.3 (August 15, 2011)
## 0.8.4 (August 15, 2011)
Note: 0.8.3 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.3"
VERSION = "0.8.4"
end