v0.9.7
This commit is contained in:
parent
0ba3824106
commit
ea19bddb04
|
@ -1,4 +1,4 @@
|
||||||
## 0.9.7 (unreleased)
|
## 0.9.7 (February 9, 2012)
|
||||||
|
|
||||||
- Fix regression where all subprocess IO simply didn't work with
|
- Fix regression where all subprocess IO simply didn't work with
|
||||||
Windows. [GH-721]
|
Windows. [GH-721]
|
||||||
|
|
|
@ -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 = "0.9.6"
|
VERSION = "0.9.7"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue