Skip to content

Commit 66713c7

Browse files
authored
ci: fix release build step (#76)
1 parent 7b32e00 commit 66713c7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.6.3
4+
5+
- CI fixes.
6+
37
## v0.6.2
48

59
- Fix incorrect version string.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ embed: $(CHAT_SOURCES_STAMP)
1616
@echo "Chat build is up to date."
1717

1818
.PHONY: build
19-
build: gen embed
19+
build: embed
2020
CGO_ENABLED=0 go build -o ${BINPATH} main.go
2121

2222
.PHONY: gen

chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package version
44

5-
var Version = "0.6.2"
5+
var Version = "0.6.3"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"info": {
308308
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
309309
"title": "AgentAPI",
310-
"version": "0.6.2"
310+
"version": "0.6.3"
311311
},
312312
"openapi": "3.1.0",
313313
"paths": {

0 commit comments

Comments
 (0)