Skip to content

Commit

Permalink
v0.6.5 - Important multi-VM and validation bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Oct 8, 2010
1 parent f90016b commit 6732872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.5 (unreleased)
## 0.6.5 (October 8, 2010)

- Validations on base MAC address to avoid situation described in GH-166, GH-181
from ever happening again.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
vagrant (0.6.5.dev)
vagrant (0.6.5)
archive-tar-minitar (= 0.5.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant/version.rb
Original file line number Diff line number Diff line change
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.6.5.dev"
VERSION = "0.6.5"
end

0 comments on commit 6732872

Please sign in to comment.