v1.4.1
This commit is contained in:
parent
489506ff83
commit
a7dd35690c
|
@ -1,4 +1,4 @@
|
||||||
## 1.4.1 (unreleased)
|
## 1.4.1 (December 18, 2013)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@ module Vagrant
|
||||||
# This will always be up to date with the current version of 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
|
# since it is used to generate the gemspec and is also the source of
|
||||||
# the version for `vagrant -v`
|
# the version for `vagrant -v`
|
||||||
VERSION = "1.4.1.dev"
|
VERSION = "1.4.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue