Skip to content

Commit

Permalink
Update default Mill version in wrapper script to 0.10.10 (Backport of #…
Browse files Browse the repository at this point in the history
…2279) (#2280)

Original pull request: #2279

Pull request: #2280
  • Loading branch information
lefou committed Jan 24, 2023
1 parent 8d95410 commit 69a33a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e

if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
DEFAULT_MILL_VERSION=0.10.9
DEFAULT_MILL_VERSION=0.10.10
fi

if [ -z "$MILL_VERSION" ] ; then
Expand Down

0 comments on commit 69a33a9

Please sign in to comment.