Skip to content

Commit 14ace71

Browse files
committed
@
Update version to v1.0.1 - Update appVersion constant in main.go - Update README.md version references @
1 parent 575f842 commit 14ace71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenAI-compatible proxy server for the CommandCode API. It exposes `/v1/chat/com
44

55
Repository: https://github.com/dev2k6/command-code-proxy-server
66

7-
Version: `v1.0.0`
7+
Version: `v1.0.1`
88

99
## Features
1010

@@ -219,7 +219,7 @@ https://api.github.com/repos/dev2k6/command-code-proxy-server/tags
219219
If the latest GitHub tag is newer than the current app version, the version line is displayed as:
220220

221221
```text
222-
v1.0.0 (latest: v1.x.x)
222+
v1.0.1 (latest: v1.x.x)
223223
```
224224

225225
## CommandCode version header

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/dev2k6/command-code-proxy-server/internal/update"
1010
)
1111

12-
const appVersion = "v1.0.0"
12+
const appVersion = "v1.0.1"
1313
const repositoryURL = "https://github.com/dev2k6/command-code-proxy-server"
1414

1515
func main() {

0 commit comments

Comments
 (0)