Commit 5bc27e46 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

v1.0.1

parent 07fa6d5d
Showing with 2 additions and 2 deletions
+2 -2
## 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
......
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment