Skip to content

Commit

Permalink
Bump mill to 0.11.11 (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Aug 6, 2024
1 parent bb64ce2 commit c833062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.10
0.11.11
2 changes: 1 addition & 1 deletion mill.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rem but I don't think we need to support them in 2019
setlocal enabledelayedexpansion

if [!DEFAULT_MILL_VERSION!]==[] (
set "DEFAULT_MILL_VERSION=0.11.10"
set "DEFAULT_MILL_VERSION=0.11.11"
)

set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"
Expand Down
2 changes: 1 addition & 1 deletion millw
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set -e

if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
DEFAULT_MILL_VERSION=0.11.10
DEFAULT_MILL_VERSION=0.11.11
fi


Expand Down

0 comments on commit c833062

Please sign in to comment.