Up version for development
This commit is contained in:
parent
7ceed8d6d9
commit
ef3b97dff8
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## [0.4.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.4.0...master) (unreleased)
|
||||
|
||||
|
||||
## [0.4.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.4...v0.4.0) (Jul 18, 2013)
|
||||
|
||||
FEATURES:
|
||||
|
|
|
@ -25,7 +25,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.4.0)
|
||||
vagrant-lxc (0.4.1.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.4.0"
|
||||
VERSION = "0.4.1.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue