Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 3, 2011
1 parent 79650d3 commit 578c384
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.6 (unreleased)
## 0.7.6 (July 2, 2011)

- Run Chef commands in a single command. [GH-390]
- Add `nfs` option for Chef to mount Chef folders via NFS. [GH-378]
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.6.dev"
VERSION = "0.7.6"
end

0 comments on commit 578c384

Please sign in to comment.