Skip to content

Commit

Permalink
v0.5.2 - Fix regression with vagrant package
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Aug 4, 2010
1 parent cf32abb commit 401d722
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.5.2 (unreleased)
## 0.5.2 (August 3, 2010)

- `vagrant up` can be used as a way to resume the VM as well (same as
`vagrant resume`). [GH-134]
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.5.2.dev"
VERSION = "0.5.2"
end

0 comments on commit 401d722

Please sign in to comment.