Up version for dev

This commit is contained in:
Fabio Rehm 2013-10-12 17:03:26 -03:00
parent a9d7dff53a
commit 225af56227
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## [0.6.4](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.3...master) (unreleased)
## [0.6.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.2...v0.6.3) (Oct 12, 2013)
IMPROVEMENTS:

View file

@ -26,7 +26,7 @@ GIT
PATH
remote: .
specs:
vagrant-lxc (0.6.3)
vagrant-lxc (0.6.4.dev)
GEM
remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.6.3"
VERSION = "0.6.4.dev"
end
end