Skip to content

Commit

Permalink
release version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Feb 8, 2024
1 parent 75853f5 commit 043f4e5
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.19.0"
appVersion = "1.20.0"
)

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.19.0/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.19.0/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.20.0/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.20.0/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/grpc-client-cli@v1.19.0`
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@v1.20.0`
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`

## Usage
Expand Down

0 comments on commit 043f4e5

Please sign in to comment.