v0.7.0
This commit is contained in:
parent
3d017ce3bd
commit
61f7b73f2a
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## [0.7.0](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...v0.7.0) (unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.7.0.dev)
|
||||
vagrant-lxc (0.7.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.7.0.dev"
|
||||
VERSION = "0.7.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue