We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1095 commit 983fdd4Copy full SHA for 983fdd4
3 files changed
.mill-version
@@ -1 +1 @@
1
-1.0.1
+1.0.2
mill
@@ -39,7 +39,7 @@ if [ "$1" = "--setup-completions" ] ; then
39
fi
40
41
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
42
- DEFAULT_MILL_VERSION=1.0.0
+ DEFAULT_MILL_VERSION=1.0.2
43
44
45
mill.bat
@@ -34,7 +34,7 @@ rem setlocal seems to be unavailable on Windows 95/98/ME
34
rem but I don't think we need to support them in 2019
35
setlocal enabledelayedexpansion
36
37
-if [!DEFAULT_MILL_VERSION!]==[] ( set "DEFAULT_MILL_VERSION=1.0.0" )
+if [!DEFAULT_MILL_VERSION!]==[] ( set "DEFAULT_MILL_VERSION=1.0.2" )
38
if [!MILL_GITHUB_RELEASE_CDN!]==[] ( set "MILL_GITHUB_RELEASE_CDN=" )
0 commit comments