We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7e95a commit bd2138eCopy full SHA for bd2138e
mill
@@ -12,7 +12,7 @@
12
# Licensed under the Apache License, Version 2.0
13
14
15
-DEFAULT_MILL_VERSION=0.10.0
+DEFAULT_MILL_VERSION=0.11.7
16
17
set -e
18
mill.bat
@@ -15,7 +15,7 @@ rem setlocal seems to be unavailable on Windows 95/98/ME
rem but I don't think we need to support them in 2019
setlocal enabledelayedexpansion
-set "DEFAULT_MILL_VERSION=0.10.0"
+set "DEFAULT_MILL_VERSION=0.11.7"
19
20
set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"
21
0 commit comments