Skip to content

Commit 834d785

Browse files
Update mill-main to 0.11.12 (#3120)
* Update mill-main to 0.11.12 * Bump Mill launchers to 0.11.12 --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 180de1c commit 834d785

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.11
1+
0.11.12

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.11"
19+
set "DEFAULT_MILL_VERSION=0.11.12"
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.11
17+
DEFAULT_MILL_VERSION=0.11.12
1818
fi
1919

2020

0 commit comments

Comments
 (0)