vagrant-cachier-ng/lib/vagrant-cachier/version.rb

6 lines
71 B
Ruby
Raw Normal View History

module VagrantPlugins
module Cachier
2013-09-11 23:47:24 +00:00
VERSION = "0.3.3"
end
end