vaguerent/lib/vagrant/version.rb
Mitchell Hashimoto 059de113a7 v1.4.0
2013-12-08 22:51:22 -08:00

7 lines
215 B
Ruby

module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION = "1.4.0"
end