Skip to content

Commit f5d2f38

Browse files
author
Tilt Dev
committed
Update version numbers: 0.5.8
1 parent 868334c commit f5d2f38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ download the pre-build binaries for your architecture.
3333
On macOS:
3434

3535
```bash
36-
CTLPTL_VERSION="0.5.7"
36+
CTLPTL_VERSION="0.5.8"
3737
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.mac.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
3838
```
3939

4040
On Linux:
4141

4242
```bash
43-
CTLPTL_VERSION="0.5.7"
43+
CTLPTL_VERSION="0.5.8"
4444
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
4545
```
4646

4747
On Windows:
4848

4949
```powershell
50-
$CTLPTL_VERSION = "0.5.7"
50+
$CTLPTL_VERSION = "0.5.8"
5151
Invoke-WebRequest "https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.windows.x86_64.zip" -OutFile "ctlptl.zip"
5252
Expand-Archive "ctlptl.zip" -DestinationPath "ctlptl"
5353
Move-Item -Force -Path "ctlptl\ctlptl.exe" -Destination "$home\bin\ctlptl.exe"

0 commit comments

Comments
 (0)