According to semver, what we have so far means a new minor version
This commit is contained in:
parent
027fa8a347
commit
123c3afda4
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## [0.?.?](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.4...master) (unreleased)
|
||||
## [0.4.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.4...master) (unreleased)
|
||||
|
||||
- Enable Chef for Ubuntu Raring base box
|
||||
- New box format [#89](https://github.com/fgrehm/vagrant-lxc/issues/89)
|
||||
|
|
|
@ -14,7 +14,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.3.5.dev)
|
||||
vagrant-lxc (0.4.0.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.3.5.dev"
|
||||
VERSION = "0.4.0.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue