From 0a4a17c3de53c63951db8718d7fe7d68ade84be7 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 27 Apr 2020 19:13:31 +0800 Subject: [PATCH] bump mill version --- mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mill b/mill index 3c3321eed..618296983 100755 --- a/mill +++ b/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.2 +DEFAULT_MILL_VERSION=0.6.2-15-84e866 set -e