v0.7.1
This commit is contained in:
parent
3c13152c16
commit
40a7f01c57
|
@ -1,4 +1,4 @@
|
|||
## 0.7.1 (unreleased)
|
||||
## 0.7.1 (January 28, 2011)
|
||||
|
||||
- Change error output with references to VirtualBox 3.2 to 4.0.
|
||||
- Internal SSH through net-ssh now uses `IdentitiesOnly` thanks to
|
||||
|
|
|
@ -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.7.1.dev"
|
||||
VERSION = "0.7.1"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue