Skip to content

Commit 7e945df

Browse files
committed
chore: update CodeGPT to version 0.1.1 for all OSs
- Update CodeGPT to version `0.1.1` for all operating systems - Update the version number in the `codegpt version` command output Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 3026803 commit 7e945df

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
@@ -36,32 +36,32 @@ The pre-compiled binaries can be downloaded from [release page](https://github.c
3636
On linux AMD64
3737

3838
```sh
39-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.0/CodeGPT-0.1.0-linux-amd64 -O codegpt
39+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.1/CodeGPT-0.1.1-linux-amd64 -O codegpt
4040
```
4141

4242
On macOS (Intel amd64)
4343

4444
```sh
45-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.0/CodeGPT-0.1.0-darwin-amd64 -O codegpt
45+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.1/CodeGPT-0.1.1-darwin-amd64 -O codegpt
4646
```
4747

4848
On macOS (Apple arm64)
4949

5050
```sh
51-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.0/CodeGPT-0.1.0-darwin-arm64 -O codegpt
51+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.1/CodeGPT-0.1.1-darwin-arm64 -O codegpt
5252
```
5353

5454
On Windows (AMD64)
5555

5656
```sh
57-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.0/CodeGPT-0.1.0-windows-amd64.exe -O codegpt.exe
57+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.1/CodeGPT-0.1.1-windows-amd64.exe -O codegpt.exe
5858
```
5959

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

6262
```sh
6363
$ codegpt version
64-
version: v0.1.0 commit: xxxxxxx
64+
version: v0.1.1 commit: xxxxxxx
6565
```
6666

6767
## Setup

0 commit comments

Comments
 (0)