Skip to content

Commit d01b417

Browse files
committed
Update stable version to 0.31.1
1 parent dff5af1 commit d01b417

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/clients/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pip install cortex
99
```
1010

1111
<!-- CORTEX_VERSION_README x2 -->
12-
To install or upgrade to a specific version (e.g. v0.31.0):
12+
To install or upgrade to a specific version (e.g. v0.31.1):
1313

1414
```bash
15-
pip install cortex==0.31.0
15+
pip install cortex==0.31.1
1616
```
1717

1818
To upgrade to the latest version:
@@ -25,8 +25,8 @@ pip install --upgrade cortex
2525

2626
<!-- CORTEX_VERSION_README x2 -->
2727
```bash
28-
# For example to download CLI version 0.31.0 (Note the "v"):
29-
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.31.0/get-cli.sh)"
28+
# For example to download CLI version 0.31.1 (Note the "v"):
29+
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.31.1/get-cli.sh)"
3030
```
3131

3232
By default, the Cortex CLI is installed at `/usr/local/bin/cortex`. To install the executable elsewhere, export the `CORTEX_INSTALL_PATH` environment variable to your desired location before running the command above.

0 commit comments

Comments
 (0)