From a4abdb1403e8481709789e92ceec7fc06a0db707 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 3 Nov 2010 21:40:24 -0700 Subject: [PATCH] v0.6.7 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/vagrant/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43a24855..8ba384b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.7 (unreleased) +## 0.6.7 (November 3, 2010) - Added validation to verify that a box is specified. - Proper error message when box is not found for `config.vm.box`. [GH-195] diff --git a/Gemfile.lock b/Gemfile.lock index ced1a7d5e..7a2bc6255 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - vagrant (0.6.7.dev) + vagrant (0.6.7) archive-tar-minitar (= 0.5.2) erubis (~> 2.6.6) i18n (~> 0.4.1) diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index 27147afb4..ce05e1ac9 100644 --- a/lib/vagrant/version.rb +++ b/lib/vagrant/version.rb @@ -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.7.dev" + VERSION = "0.6.7" end