Add new version.txt used to generate installers

This commit is contained in:
Mitchell Hashimoto 2014-02-02 15:33:12 +01:00
parent bc55081e9f
commit 3ed7b2618a
2 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,6 @@ 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.5.0.dev"
VERSION = File.read(
File.expand_path("../../../version.txt", __FILE__)).chomp
end

1
version.txt Normal file
View File

@ -0,0 +1 @@
1.4.1000