Skip to content

Commit

Permalink
Up version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Feb 9, 2011
1 parent cebb01c commit e6f2406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.7.3 (unreleased)



## 0.7.2 (February 8, 2011)

- Update JSON dependency to 1.5.1, which works with Ruby 1.9 on
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.2"
VERSION = "0.7.3.dev"
end

0 comments on commit e6f2406

Please sign in to comment.