Skip to content

Commit 1609675

Browse files
committed
chore: update CodeGPT version in OS-specific download links
- Update CodeGPT to version 0.1.4 in all OS-specific download links. Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
1 parent cb3d75c commit 1609675

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

4141
```sh
42-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-linux-amd64 -O codegpt
42+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4/CodeGPT-0.1.4-linux-amd64 -O codegpt
4343
```
4444

4545
On macOS (Intel amd64)
4646

4747
```sh
48-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-darwin-amd64 -O codegpt
48+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4/CodeGPT-0.1.4-darwin-amd64 -O codegpt
4949
```
5050

5151
On macOS (Apple arm64)
5252

5353
```sh
54-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-darwin-arm64 -O codegpt
54+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4/CodeGPT-0.1.4-darwin-arm64 -O codegpt
5555
```
5656

5757
On Windows (AMD64)
5858

5959
```sh
60-
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-windows-amd64.exe -O codegpt.exe
60+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.4/CodeGPT-0.1.4-windows-amd64.exe -O codegpt.exe
6161
```
6262

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

6565
```sh
6666
$ codegpt version
67-
version: v0.1.3 commit: xxxxxxx
67+
version: v0.1.4 commit: xxxxxxx
6868
```
6969

7070
## Setup

0 commit comments

Comments
 (0)