Skip to content

Commit 72b2cc0

Browse files
committed
chore: update CodeGPT version to improve performance
- Update CodeGPT version to v0.0.9 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 742fecc commit 72b2cc0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,32 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
2626
On linux AMD64
2727

2828
```sh
29-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8/CodeGPT-0.0.8-linux-amd64 -O codegpt
29+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9/CodeGPT-0.0.9-linux-amd64 -O codegpt
3030
```
3131

3232
On macOS (Intel amd64)
3333

3434
```sh
35-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8/CodeGPT-0.0.8-darwin-amd64 -O codegpt
35+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9/CodeGPT-0.0.9-darwin-amd64 -O codegpt
3636
```
3737

3838
On macOS (Apple arm64)
3939

4040
```sh
41-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8/CodeGPT-0.0.8-darwin-arm64 -O codegpt
41+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9/CodeGPT-0.0.9-darwin-arm64 -O codegpt
4242
```
4343

4444
On Windows (AMD64)
4545

4646
```sh
47-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.8/CodeGPT-0.0.8-windows-amd64.exe -O codegpt.exe
47+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.0.9/CodeGPT-0.0.9-windows-amd64.exe -O codegpt.exe
4848
```
4949

5050
Change the binary permissions to `755` and copy the binary to the system bin directory. Use the `codegpt` command as shown below.
5151

5252
```sh
5353
$ codegpt version
54-
version: v0.0.8 commit: xxxxxxx
54+
version: v0.0.9 commit: xxxxxxx
5555
```
5656

5757
## Setup

0 commit comments

Comments
 (0)