File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Prebuilt binaries for several architectures can be found attached to any of the
1414
1515For 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
1818tar -xf retry-linux-amd64.tar.gz
1919sudo 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
You can’t perform that action at this time.
0 commit comments