Skip to content

Commit 5ba3df1

Browse files
committed
Update version references in Makefile and README.md to 1.1.0
1 parent b853b97 commit 5ba3df1

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

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.0.0"
123+
@echo " make build VERSION=1.1.0"
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
@@ -113,39 +113,39 @@ When you run `pctl deploy`, it will:
113113

114114
## Installation
115115

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

118118
### Linux
119119
```bash
120120
# AMD64
121-
wget https://github.com/deviantony/pctl/releases/download/v1.0.0/pctl_1.0.0_linux_amd64
122-
chmod +x pctl_1.0.0_linux_amd64
123-
sudo mv pctl_1.0.0_linux_amd64 /usr/local/bin/pctl
121+
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_linux_amd64
122+
chmod +x pctl_1.1.0_linux_amd64
123+
sudo mv pctl_1.1.0_linux_amd64 /usr/local/bin/pctl
124124
125125
# ARM64
126-
wget https://github.com/deviantony/pctl/releases/download/v1.0.0/pctl_1.0.0_linux_arm64
127-
chmod +x pctl_1.0.0_linux_arm64
128-
sudo mv pctl_1.0.0_linux_arm64 /usr/local/bin/pctl
126+
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_linux_arm64
127+
chmod +x pctl_1.1.0_linux_arm64
128+
sudo mv pctl_1.1.0_linux_arm64 /usr/local/bin/pctl
129129
```
130130

131131
### macOS
132132
```bash
133133
# AMD64
134-
wget https://github.com/deviantony/pctl/releases/download/v1.0.0/pctl_1.0.0_darwin_amd64
135-
chmod +x pctl_1.0.0_darwin_amd64
136-
sudo mv pctl_1.0.0_darwin_amd64 /usr/local/bin/pctl
134+
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_darwin_amd64
135+
chmod +x pctl_1.1.0_darwin_amd64
136+
sudo mv pctl_1.1.0_darwin_amd64 /usr/local/bin/pctl
137137
138138
# ARM64 (Apple Silicon)
139-
wget https://github.com/deviantony/pctl/releases/download/v1.0.0/pctl_1.0.0_darwin_arm64
140-
chmod +x pctl_1.0.0_darwin_arm64
141-
sudo mv pctl_1.0.0_darwin_arm64 /usr/local/bin/pctl
139+
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_darwin_arm64
140+
chmod +x pctl_1.1.0_darwin_arm64
141+
sudo mv pctl_1.1.0_darwin_arm64 /usr/local/bin/pctl
142142
```
143143

144144
### Windows
145145
```bash
146146
# AMD64
147-
wget https://github.com/deviantony/pctl/releases/download/v1.0.0/pctl_1.0.0_windows_amd64.exe
148-
# Move pctl_1.0.0_windows_amd64.exe to your PATH and rename to pctl.exe
147+
wget https://github.com/deviantony/pctl/releases/download/v1.1.0/pctl_1.1.0_windows_amd64.exe
148+
# Move pctl_1.1.0_windows_amd64.exe to your PATH and rename to pctl.exe
149149
```
150150

151151
## Limitations

0 commit comments

Comments
 (0)