Ignore me.

This commit is contained in:
Mitchell Hashimoto 2012-03-05 22:17:39 -08:00
parent 40901dc2e6
commit 14513a99b3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 1.0.0 (unreleased) ## 1.0.0 (March 5, 2012)
- `vagrant gem` should now be used to install Vagrant plugins that are - `vagrant gem` should now be used to install Vagrant plugins that are
gems. This installs the gems to a private gem folder that Vagrant adds gems. This installs the gems to a private gem folder that Vagrant adds

View File

@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of 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 # since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v` # the version for `vagrant -v`
VERSION = "0.9.99.2" VERSION = "1.0.0"
end end