vagrant-lxc-ng/lib/vagrant-lxc/version.rb
Fabio Rehm 98f1df47a1 Do not attach forwarded ports to host's 127.0.0.1 by default
This is enough for us to bump to 0.5.0 and to close #76
2013-07-28 01:31:50 -03:00

6 lines
64 B
Ruby

module Vagrant
module LXC
VERSION = "0.5.0.dev"
end
end