Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 29, 2011
1 parent 3c13152 commit 40a7f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant/version.rb
Expand Up @@ -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

0 comments on commit 40a7f01

Please sign in to comment.