diff --git a/cmd/grpc-client-cli/main.go b/cmd/grpc-client-cli/main.go index a44a73b..23e0f45 100644 --- a/cmd/grpc-client-cli/main.go +++ b/cmd/grpc-client-cli/main.go @@ -12,7 +12,7 @@ import ( ) const ( - appVersion = "1.18.0" + appVersion = "1.19.0" ) func main() { diff --git a/readme.md b/readme.md index 758f743..46c5afa 100644 --- a/readme.md +++ b/readme.md @@ -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.18.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.18.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.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` 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.18.0` +- `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@latest` ## Usage