Up version for dev
This commit is contained in:
parent
20a558097c
commit
2be86bb7d0
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## [0.7.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.7.0...master) (unreleased)
|
||||
## [0.8.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.7.0...master) (unreleased)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.7.1.dev)
|
||||
vagrant-lxc (0.8.0.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.7.1.dev"
|
||||
VERSION = "0.8.0.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue