We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce5f00 commit ae53911Copy full SHA for ae53911
CHANGELOG.md
@@ -1,4 +1,7 @@
1
## Unreleased
2
+
3
+## v6.1.0
4
+2020-09-08
5
* Fixed path searching to use native System32 directories on x64.
6
* Fixed cmd.exe invocations to use the 64-bit version on x64.
7
* Fixed codepage issues with cmd.exe output: https://github.com/composer/windows-setup/issues/123.
src/version.iss
@@ -1,2 +1,2 @@
; Update this only when creating a new release
-#define SetupVersion "6.0.0"
+#define SetupVersion "6.1.0"
0 commit comments