From 03601989712a9925660551e7a59f6cd9383b5584 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 12 May 2011 00:18:40 -0700 Subject: [PATCH] v0.7.4 --- CHANGELOG.md | 2 +- lib/vagrant/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1881a79..242728ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.4 (unreleased) +## 0.7.4 (May 12, 2011) - Chef environments support (for Chef 0.10) [GH-358] - Suppress the "added to known hosts" message for SSH [GH-354] diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index cf436e72a..01fdda453 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.7.4.dev" + VERSION = "0.7.4" end