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

6 lines
71 B
Ruby
Raw Normal View History

module VagrantPlugins
module Cachier
2013-08-13 16:03:02 +00:00
VERSION = "0.3.1"
end
end