Up version for development

This commit is contained in:
Fabio Rehm 2013-03-27 02:53:28 -03:00
parent 6416febb9c
commit 84f79869d5
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.1.0"
VERSION = "0.1.1.dev"
end
end