Up version for development (0.6.10.dev)
This commit is contained in:
parent
86394fc74b
commit
7f41ce11b4
|
@ -1,3 +1,7 @@
|
|||
## 0.6.10 (unreleased)
|
||||
|
||||
|
||||
|
||||
## 0.6.9 (December 21, 2010)
|
||||
|
||||
- Puppet provisioner. [GH-223]
|
||||
|
|
|
@ -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.9"
|
||||
VERSION = "0.6.10.dev"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue