Skip to content

Commit 37e1fc2

Browse files
committed
docs: prepare for v1.4.0 release
1 parent 312d360 commit 37e1fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ builds:
1919
ldflags:
2020
- -s -w
2121
- -buildid=
22-
- -X main.version={{.Version}}
22+
- -X main.version={{ .Tag }}
2323

2424
env:
2525
- CGO_ENABLED=0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Prebuilt binaries for several architectures can be found attached to any of the
1414

1515
For Linux:
1616
```shell
17-
wget https://github.com/joshdk/retry/releases/download/v1.3.0/retry-linux-amd64.tar.gz
17+
wget https://github.com/joshdk/retry/releases/download/v1.4.0/retry-linux-amd64.tar.gz
1818
tar -xf retry-linux-amd64.tar.gz
1919
sudo install retry /usr/bin/retry
2020
```
@@ -72,7 +72,7 @@ Usage: retry [flags] command|url
7272
-task-time duration
7373
maximum time for a single attempt
7474
-version
75-
print the version "1.3.0" and exit
75+
print the version "v1.4.0" and exit
7676
```
7777

7878
### Running a command

0 commit comments

Comments
 (0)