Update the example version

This commit is contained in:
Dougal Matthews
2016-02-08 09:16:26 +00:00
parent 09253e9cac
commit 8c020f83b9
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ To upgrade MkDocs to the latest version, use pip:
You can determine your currently installed version using `mkdocs --version`:
$ mkdocs --version
mkdocs, version 0.14.0
mkdocs, version 0.15.2
## Version 0.15.2 (2016-02-08)

View File

@@ -62,7 +62,7 @@ You should now have the `mkdocs` command installed on your system. Run `mkdocs
```bash
$ mkdocs --version
mkdocs, version 0.14.0
mkdocs, version 0.15.2
```
---