changelog for 1.4.3
This commit is contained in:
parent
3f2d3886b2
commit
3fbaaa5acc
|
@ -1,3 +1,9 @@
|
|||
## 1.4.3 (January 2, 2014)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- providers/virtualbox: `vagrant package` works properly again. [GH-2739]
|
||||
|
||||
## 1.4.2 (December 31, 2013)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
|
|
@ -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.2"
|
||||
VERSION = "1.4.3.dev"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue