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 909d78d commit 479ec6aCopy full SHA for 479ec6a
.mill-version
@@ -1 +1 @@
1
-0.11.12
+0.11.13
mill.bat
@@ -16,7 +16,7 @@ rem but I don't think we need to support them in 2019
16
setlocal enabledelayedexpansion
17
18
if [!DEFAULT_MILL_VERSION!]==[] (
19
- set "DEFAULT_MILL_VERSION=0.11.12"
+ set "DEFAULT_MILL_VERSION=0.11.13"
20
)
21
22
set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"
millw
@@ -14,7 +14,7 @@
14
set -e
15
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
- DEFAULT_MILL_VERSION=0.11.12
+ DEFAULT_MILL_VERSION=0.11.13
fi
0 commit comments