Skip to content

Commit e120992

Browse files
committed
Update version references in Makefile and README.md to 1.1.1
1 parent 598e6fc commit e120992

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ help:
120120
@echo " VERSION - Version to embed in binary (default: dev)"
121121
@echo ""
122122
@echo "Examples:"
123-
@echo " make build VERSION=1.1.0"
123+
@echo " make build VERSION=1.1.1"
124124
@echo " make build-all"
125125
@echo " make test-coverage"
126126
@echo " ./build/pctl version"

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -140,39 +140,39 @@ When you run `pctl deploy`, it will:
140140

141141
## Installation
142142

143-
Download the latest release for your platform from [GitHub Releases](https://github.com/deviantony/pctl/releases/tag/v1.1.0):
143+
Download the latest release for your platform from [GitHub Releases](https://github.com/deviantony/pctl/releases/tag/v1.1.1):
144144

145145
### Linux
146146
```bash
147147
# AMD64
148-
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_linux_amd64
149-
chmod +x pctl_1.1.0_linux_amd64
150-
sudo mv pctl_1.1.0_linux_amd64 /usr/local/bin/pctl
148+
wget https://github.com/deviantony/pctl/releases/download/v1.1.1/pctl_1.1.1_linux_amd64
149+
chmod +x pctl_1.1.1_linux_amd64
150+
sudo mv pctl_1.1.1_linux_amd64 /usr/local/bin/pctl
151151
152152
# ARM64
153-
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_linux_arm64
154-
chmod +x pctl_1.1.0_linux_arm64
155-
sudo mv pctl_1.1.0_linux_arm64 /usr/local/bin/pctl
153+
wget https://github.com/deviantony/pctl/releases/download/v1.1.1/pctl_1.1.1_linux_arm64
154+
chmod +x pctl_1.1.1_linux_arm64
155+
sudo mv pctl_1.1.1_linux_arm64 /usr/local/bin/pctl
156156
```
157157

158158
### macOS
159159
```bash
160160
# AMD64
161-
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_darwin_amd64
162-
chmod +x pctl_1.1.0_darwin_amd64
163-
sudo mv pctl_1.1.0_darwin_amd64 /usr/local/bin/pctl
161+
wget https://github.com/deviantony/pctl/releases/download/v1.1.1/pctl_1.1.1_darwin_amd64
162+
chmod +x pctl_1.1.1_darwin_amd64
163+
sudo mv pctl_1.1.1_darwin_amd64 /usr/local/bin/pctl
164164
165165
# ARM64 (Apple Silicon)
166-
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_darwin_arm64
167-
chmod +x pctl_1.1.0_darwin_arm64
168-
sudo mv pctl_1.1.0_darwin_arm64 /usr/local/bin/pctl
166+
wget https://github.com/deviantony/pctl/releases/download/v1.1.1/pctl_1.1.1_darwin_arm64
167+
chmod +x pctl_1.1.1_darwin_arm64
168+
sudo mv pctl_1.1.1_darwin_arm64 /usr/local/bin/pctl
169169
```
170170

171171
### Windows
172172
```bash
173173
# AMD64
174-
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_windows_amd64.exe
175-
# Move pctl_1.1.0_windows_amd64.exe to your PATH and rename to pctl.exe
174+
wget https://github.com/deviantony/pctl/releases/download/v1.1.1/pctl_1.1.1_windows_amd64.exe
175+
# Move pctl_1.1.1_windows_amd64.exe to your PATH and rename to pctl.exe
176176
```
177177

178178
## Development

0 commit comments

Comments
 (0)