Skip to content

Commit 6b53309

Browse files
authored
Update README for Tailor version to 1.4.0
1 parent cc630ab commit 6b53309

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@ The main target of Tailor is OpenShift 3.11. Tailor also works against OpenShift
2121

2222
## Installation
2323

24-
The latest release is 1.3.4 and requires oc = v3.11. OpenShift 4 is not officially supported yet although 1.3.0 is known to work with OpenShift 4.6. Note that Tailor is now considered to be feature-complete and will only receive bug fixes going forward.
24+
The latest release is 1.4.0 and requires oc = v3.11. OpenShift 4 is not officially supported yet although 1.3.0 is known to work with OpenShift 4.6. Note that Tailor is now considered to be feature-complete and will only receive bug fixes going forward.
2525
Please have a look at the [changelog](https://github.com/opendevstack/tailor/blob/master/CHANGELOG.md) when upgrading.
2626

2727
MacOS:
2828

2929
```
30-
curl -LO "https://github.com/opendevstack/tailor/releases/download/v1.3.4/tailor-darwin-amd64" && \
30+
curl -LO "https://github.com/opendevstack/tailor/releases/download/v1.4.0/tailor-darwin-amd64" && \
3131
chmod +x tailor-darwin-amd64 && mv tailor-darwin-amd64 /usr/local/bin/tailor
3232
```
3333

3434
Linux:
3535

3636
```
37-
curl -LO "https://github.com/opendevstack/tailor/releases/download/v1.3.4/tailor-linux-amd64" && \
37+
curl -LO "https://github.com/opendevstack/tailor/releases/download/v1.4.0/tailor-linux-amd64" && \
3838
chmod +x tailor-linux-amd64 && mv tailor-linux-amd64 /usr/local/bin/tailor
3939
```
4040

4141
Windows (using Git Bash):
4242

4343
```
44-
curl -LO "https://github.com/opendevstack/tailor/releases/download/v1.3.4/tailor-windows-amd64.exe" && \
44+
curl -LO "https://github.com/opendevstack/tailor/releases/download/v1.4.0/tailor-windows-amd64.exe" && \
4545
chmod +x tailor-windows-amd64.exe && mv tailor-windows-amd64.exe /mingw64/bin/tailor.exe
4646
```
4747

0 commit comments

Comments
 (0)