Skip to content

Commit a763925

Browse files
committed
bump up release version to v1.23.1
1 parent 73e52b5 commit a763925

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: setup go
20-
uses: actions/setup-go@v5
20+
uses: actions/setup-go@v6
2121
with:
22-
go-version: "^1.25.1"
22+
go-version: "^1.25.4"
2323

2424
- name: test
2525
run: |

cmd/grpc-client-cli/main.go

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

1515
const (
16-
appVersion = "1.23.0"
16+
appVersion = "1.23.1"
1717
)
1818

1919
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.23.0/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.23.0/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.23.1/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.23.1/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.23.0`
16+
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@v1.23.1`
1717
- `go install github.com/vadimi/grpc-client-cli/cmd/grpc-client-cli@latest`
1818

1919
## Usage

0 commit comments

Comments
 (0)