Skip to content

Commit c8c6f2a

Browse files
committed
prepare release 1.24.6
1 parent cd5deff commit c8c6f2a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/grpc-client-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
appVersion = "1.24.5"
17+
appVersion = "1.24.6"
1818
)
1919

2020
func main() {

readme.md

Lines changed: 3 additions & 3 deletions
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.24.5/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.24.5/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.24.6/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.24.6/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/grpc-client-cli@v1.24.5`
16+
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@v1.24.6`
1717
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`
1818

1919
## Usage

0 commit comments

Comments
 (0)