Skip to content

Commit c833062

Browse files
authored
Bump mill to 0.11.11 (#3068)
1 parent bb64ce2 commit c833062

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.10
1+
0.11.11

mill.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rem but I don't think we need to support them in 2019
1616
setlocal enabledelayedexpansion
1717

1818
if [!DEFAULT_MILL_VERSION!]==[] (
19-
set "DEFAULT_MILL_VERSION=0.11.10"
19+
set "DEFAULT_MILL_VERSION=0.11.11"
2020
)
2121

2222
set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"

millw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
set -e
1515

1616
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
17-
DEFAULT_MILL_VERSION=0.11.10
17+
DEFAULT_MILL_VERSION=0.11.11
1818
fi
1919

2020

0 commit comments

Comments
 (0)