Skip to content

Commit 291be3a

Browse files
committed
release v1.21.2
1 parent c9f36e1 commit 291be3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/grpc-client-cli/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
appVersion = "1.21.1"
16+
appVersion = "1.21.2"
1717
)
1818

1919
func main() {

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
Download the binary and install it to `/usr/local` directory:
1010

11-
- Linux: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.1/grpc-client-cli_linux_x86_64.tar.gz | tar -C /usr/local/bin -xz` (you might need to add `sudo` before tar)
12-
- macOS: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.1/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local/bin -xz`
11+
- Linux: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.2/grpc-client-cli_linux_x86_64.tar.gz | tar -C /usr/local/bin -xz` (you might need to add `sudo` before tar)
12+
- macOS: `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.21.2/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local/bin -xz`
1313

1414
For go `1.17+` use this command to install the app to `$GOPATH/bin` directory:
1515

16-
- `go install github.com/vadimi/grpc-client-cli/cmd/[email protected].1`
16+
- `go install github.com/vadimi/grpc-client-cli/cmd/[email protected].2`
1717
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`
1818

1919
## Usage

0 commit comments

Comments
 (0)