Skip to content

Commit 51a0f34

Browse files
committed
chore: update CodeGPT to version 0.1.3 in all OS download commands and output
- Update CodeGPT to version 0.1.3 in all OS-specific download commands - Update version number to 0.1.3 in the `codegpt version` command output Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
1 parent 1af18a3 commit 51a0f34

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.2/CodeGPT-0.1.2-linux-amd64 -O codegpt
39+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-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.2/CodeGPT-0.1.2-darwin-amd64 -O codegpt
45+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-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.2/CodeGPT-0.1.2-darwin-arm64 -O codegpt
51+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-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.2/CodeGPT-0.1.2-windows-amd64.exe -O codegpt.exe
57+
wget -c https://github.com/appleboy/CodeGPT/releases/download/v0.1.3/CodeGPT-0.1.3-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.2 commit: xxxxxxx
64+
version: v0.1.3 commit: xxxxxxx
6565
```
6666

6767
## Setup

0 commit comments

Comments
 (0)