Skip to content

Commit a1dd7b3

Browse files
webcaneclaude
andcommitted
chore: bump version to v0.9.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 038d672 commit a1dd7b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎INSTALL.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Choose the method that best fits your environment.
77
Pin to a release tag (recommended — avoids fetching from an unpinned `master` branch):
88

99
```bash
10-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.9.0/install.sh | sh
10+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.9.1/install.sh | sh
1111
```
1212

1313
Or to select a specific version at install time:
1414

1515
```bash
16-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/master/install.sh | INSTALL_VERSION=v0.9.0 sh
16+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/master/install.sh | INSTALL_VERSION=v0.9.1 sh
1717
```
1818

1919
## Homebrew

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Docker CLI plugin for solo developers and small teams with a single VPS. One c
1515
Pin to a release tag (recommended — avoids fetching from an unpinned `master` branch):
1616

1717
```bash
18-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.9.0/install.sh | sh
18+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.9.1/install.sh | sh
1919
```
2020

2121
For Homebrew, manual binary download, and `go install`, see [INSTALL.md](INSTALL.md).

0 commit comments

Comments
 (0)