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.
mill
1 parent bb64ce2 commit c833062Copy full SHA for c833062
.mill-version
@@ -1 +1 @@
1
-0.11.10
+0.11.11
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.10"
+ set "DEFAULT_MILL_VERSION=0.11.11"
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.10
+ DEFAULT_MILL_VERSION=0.11.11
fi
0 commit comments