diff --git a/scripts/mill b/scripts/mill index 7cd0a12..2df1be5 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.9.3 +DEFAULT_MILL_VERSION=0.9.5 set -e