5 lines
72 B
Ruby
5 lines
72 B
Ruby
module Vagrant
|
|
module LXC
|
|
VERSION = "1.0.0.alpha.2.dev"
|
|
end
|
|
end
|