This commit is contained in:
Fabio Rehm 2013-05-08 21:09:02 -03:00
parent 95ca973801
commit 471c0ca158
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.4.0.dev"
VERSION = "0.3.4"
end
end