Skip to content

Commit

Permalink
release v1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Jan 1, 2025
1 parent c9f36e1 commit 291be3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/grpc-client-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
appVersion = "1.21.1"
appVersion = "1.21.2"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

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

- 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)
- 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`
- 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)
- 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`

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

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

## Usage
Expand Down

0 comments on commit 291be3a

Please sign in to comment.