This commit is contained in:
Mitchell Hashimoto 2012-03-11 16:10:30 -07:00
parent 07fa6d5dc4
commit 5bc27e46d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 1.0.1 (unreleased)
## 1.0.1 (March 11, 2012)
- Fix crashing issue which manifested itself in multi-VM environments.
- Add missing `rubygems` require in `environment.rb` to avoid

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 = "1.0.1.dev"
VERSION = "1.0.1"
end