Bump dev version
This commit is contained in:
parent
b928aa8901
commit
0f1239a1e3
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## [0.6.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.2...master) (unreleased)
|
||||
|
||||
|
||||
## [0.6.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.1...v0.6.2) (Oct 03, 2013)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
|
|
@ -26,7 +26,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.6.2)
|
||||
vagrant-lxc (0.6.3.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.6.2"
|
||||
VERSION = "0.6.3.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue