Up version for development

This commit is contained in:
Fabio Rehm 2013-04-10 18:53:55 -03:00
parent 5508e031b7
commit e10d6863e9
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ GIT
PATH
remote: .
specs:
vagrant-lxc (0.3.0)
vagrant-lxc (0.3.1.dev)
GEM
remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.3.0"
VERSION = "0.3.1.dev"
end
end