Skip to content

Commit

Permalink
bump the version up to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Dec 11, 2020
1 parent f3677a6 commit a9978f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -12,7 +12,7 @@ import (
)

const (
appVersion = "1.6.0"
appVersion = "1.6.1"
)

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

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

- `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.6.0/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local -xz`
- `curl -L https://github.com/vadimi/grpc-client-cli/releases/download/v1.6.1/grpc-client-cli_darwin_x86_64.tar.gz | tar -C /usr/local -xz`

Or use "go get" approach to install the app to `$GOPATH/bin` directory:

- `GO111MODULE=on go get -u github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`
- `GO111MODULE=on go get -u github.com/vadimi/grpc-client-cli/cmd/[email protected].0`
- `GO111MODULE=on go get -u github.com/vadimi/grpc-client-cli/cmd/[email protected].1`

## Usage
Just specify a connection string to a servce in `host:port` format and follow instructions to select service, method and enter request message in `json` or `proto` text format.
Expand Down

0 comments on commit a9978f9

Please sign in to comment.