According to semver, what we have so far means a new minor version

This commit is contained in:
Fabio Rehm 2013-06-27 01:08:20 -03:00
parent 027fa8a347
commit 123c3afda4
3 changed files with 3 additions and 3 deletions

View file

@ -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 - Enable Chef for Ubuntu Raring base box
- New box format [#89](https://github.com/fgrehm/vagrant-lxc/issues/89) - New box format [#89](https://github.com/fgrehm/vagrant-lxc/issues/89)

View file

@ -14,7 +14,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-lxc (0.3.5.dev) vagrant-lxc (0.4.0.dev)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant module Vagrant
module LXC module LXC
VERSION = "0.3.5.dev" VERSION = "0.4.0.dev"
end end
end end