Ignore me.
This commit is contained in:
parent
40901dc2e6
commit
14513a99b3
|
@ -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
|
||||
gems. This installs the gems to a private gem folder that Vagrant adds
|
||||
|
|
|
@ -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.9.99.2"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue