Skip to content

fix: sync gateway/version.txt to 0.1.6#52

Merged
olamide226 merged 1 commit into
mainfrom
fix/gateway-version-sync
May 18, 2026
Merged

fix: sync gateway/version.txt to 0.1.6#52
olamide226 merged 1 commit into
mainfrom
fix/gateway-version-sync

Conversation

@olamide226
Copy link
Copy Markdown
Contributor

Summary

  • gateway/version.txt was at 0.1.5 while .release-please-manifest.json already had gateway pinned at 0.1.6 (the latest released version).
  • This means the linker-flag version baked into the gateway binary at build time has been reporting a stale version since the 0.1.6 release.
  • Bumps gateway/version.txt to 0.1.6 and updates the doc tree references in AGENTS.md and CLAUDE.md to match.

Test plan

  • CI green
  • cat gateway/version.txt0.1.6
  • make build from gateway/ produces a binary whose --version reports 0.1.6

The release-please manifest tracks gateway at 0.1.6 (the latest
released version), but gateway/version.txt was still at 0.1.5.
Bring them in sync so build-time linker flags report the correct
version. Also update doc references.
Copilot AI review requested due to automatic review settings May 1, 2026 15:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Synchronizes the gateway’s embedded build-time version with the latest released version tracked by release-please, ensuring the gateway binary reports the correct --version and docs reflect the current value.

Changes:

  • Bump gateway/version.txt from 0.1.5 to 0.1.6.
  • Update the gateway/version.txt reference in AGENTS.md and CLAUDE.md doc trees to 0.1.6.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
gateway/version.txt Updates the version string used by the gateway build (via Makefile ldflags).
CLAUDE.md Updates the documented repo tree comment for gateway/version.txt to match 0.1.6.
AGENTS.md Updates the documented repo tree comment for gateway/version.txt to match 0.1.6.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@olamide226 olamide226 merged commit 6dcf724 into main May 18, 2026
13 checks passed
@olamide226 olamide226 deleted the fix/gateway-version-sync branch May 18, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants