Skip to content

Commit

Permalink
Bump Mill in mill.bat & millw
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Feb 21, 2024
1 parent 6c249dc commit ac3ccc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mill.bat
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.6"
set "DEFAULT_MILL_VERSION=0.11.7"
)

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

if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
DEFAULT_MILL_VERSION=0.11.6
DEFAULT_MILL_VERSION=0.11.7
fi


Expand Down

0 comments on commit ac3ccc3

Please sign in to comment.