v1.4.0
This commit is contained in:
parent
6572b95c54
commit
059de113a7
|
@ -1,4 +1,4 @@
|
||||||
## 1.4.0 (unreleased)
|
## 1.4.0 (December 9, 2013)
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
|
|
|
@ -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.0.dev"
|
VERSION = "1.4.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue