summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-25 18:46:31 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-25 18:46:31 -0700
commit3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c (patch)
treed32d933e74ace9c906089589813eec139de8ab4f
parent4b0350f868581c7ec0e1307bb6fea516a46e7e8b (diff)
downloadmill-3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c.tar.gz
mill-3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c.tar.bz2
mill-3d7b25d9e5ac9bb6e3ae8101772beccf6f95e41c.zip
update doc download-link to 0.1.7
-rw-r--r--docs/pages/1 - Intro to Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index be5ce050..d0ce29c7 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -39,7 +39,7 @@ To get started, download Mill and install it into your system via the following
`curl`/`chmod` command:
```bash
-sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.6/0.1.6 && sudo chmod +x /usr/local/bin/mill
+sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7 && sudo chmod +x /usr/local/bin/mill
```
### Development Releases