up version for dev
This commit is contained in:
parent
ccce3957d9
commit
e02ff58dc4
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.4.3 (unreleased)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1.4.2 (December 31, 2013)
|
## 1.4.2 (December 31, 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.2"
|
VERSION = "1.4.3.dev"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue