mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
v1.4.0
This commit is contained in:
parent
6572b95c54
commit
059de113a7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 1.4.0 (unreleased)
|
||||
## 1.4.0 (December 9, 2013)
|
||||
|
||||
FEATURES:
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ 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.dev"
|
||||
VERSION = "1.4.0"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue