diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b4e19..30dd0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.6.3 + +- CI fixes. + ## v0.6.2 - Fix incorrect version string. diff --git a/Makefile b/Makefile index e74757c..97d78c2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ embed: $(CHAT_SOURCES_STAMP) @echo "Chat build is up to date." .PHONY: build -build: gen embed +build: embed CGO_ENABLED=0 go build -o ${BINPATH} main.go .PHONY: gen diff --git a/chat/package.json b/chat/package.json index e6e79e0..8729700 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.6.2", + "version": "0.6.3", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/internal/version/version.go b/internal/version/version.go index cb53b66..9111af5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version -var Version = "0.6.2" +var Version = "0.6.3" diff --git a/openapi.json b/openapi.json index c0ee716..5df99c5 100644 --- a/openapi.json +++ b/openapi.json @@ -307,7 +307,7 @@ "info": { "description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi", "title": "AgentAPI", - "version": "0.6.2" + "version": "0.6.3" }, "openapi": "3.1.0", "paths": {