Add new version.txt used to generate installers
This commit is contained in:
parent
bc55081e9f
commit
3ed7b2618a
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
1.4.1000
|
Loading…
Reference in New Issue