parent
547a056f80
commit
e7f192ccc8
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue