diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-07-24 17:44:01 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-24 17:44:01 +0100 |
commit | 33814c535e783c1faf99d5721d08e14b1cb62a7c (patch) | |
tree | e409be7ed8e4d85491906586c5990210e0c87ec0 /mill | |
parent | f3a123319b9e7136a28c96851a21ed62cfe53ad6 (diff) | |
download | spacebeans-33814c535e783c1faf99d5721d08e14b1cb62a7c.tar.gz spacebeans-33814c535e783c1faf99d5721d08e14b1cb62a7c.zip |
Updated versions to latest
Diffstat (limited to 'mill')
-rwxr-xr-x | mill | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.8 +DEFAULT_MILL_VERSION=0.9.9 set -e |