What we have in place is already enough for us to bump to 0.7.0
This commit is contained in:
parent
afd302529c
commit
3215b99534
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## [0.6.5](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.4...master) (unreleased)
|
||||
## [0.7.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.4...master) (unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.6.5.dev)
|
||||
vagrant-lxc (0.7.0.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.6.5.dev"
|
||||
VERSION = "0.7.0.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue