From 49fa2221c05932f2b90c63a7072b428ad3ab69c3 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Fri, 4 Dec 2020 13:34:54 +1100 Subject: [PATCH] Update mill version Signed-off-by: Anton Blanchard --- scripts/mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mill b/scripts/mill index b2daad8..7cd0a12 100755 --- a/scripts/mill +++ b/scripts/mill @@ -3,7 +3,7 @@ # This is a wrapper script, that automatically download mill from GitHub release pages # You can give the required mill version with MILL_VERSION env variable # If no version is given, it falls back to the value of DEFAULT_MILL_VERSION -DEFAULT_MILL_VERSION=0.6.0 +DEFAULT_MILL_VERSION=0.9.3 set -e