This commit is contained in:
Mitchell Hashimoto 2011-08-15 20:17:52 -07:00
parent 3c1b16f286
commit 547a056f80
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.8.3 (unreleased)
## 0.8.3 (August 15, 2011)
- 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.dev"
VERSION = "0.8.3"
end