From e306ffac2a934ad90e591666a21ebaa1488ea006 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Mar 2024 11:14:35 +0100 Subject: [PATCH] Fix Mill default versions to 0.11.7 --- mill | 2 +- mill.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mill b/mill index 62e5e18..414504c 100755 --- a/mill +++ b/mill @@ -12,7 +12,7 @@ # Licensed under the Apache License, Version 2.0 -DEFAULT_MILL_VERSION=0.10.0 +DEFAULT_MILL_VERSION=0.11.7 set -e diff --git a/mill.bat b/mill.bat index 2ea5c03..46d0f38 100644 --- a/mill.bat +++ b/mill.bat @@ -15,7 +15,7 @@ rem setlocal seems to be unavailable on Windows 95/98/ME rem but I don't think we need to support them in 2019 setlocal enabledelayedexpansion -set "DEFAULT_MILL_VERSION=0.10.0" +set "DEFAULT_MILL_VERSION=0.11.7" set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"