fix: sync gateway/version.txt to 0.1.6#52
Merged
Conversation
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.
Contributor
There was a problem hiding this comment.
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.txtfrom0.1.5to0.1.6. - Update the
gateway/version.txtreference inAGENTS.mdandCLAUDE.mddoc trees to0.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gateway/version.txtwas at0.1.5while.release-please-manifest.jsonalready had gateway pinned at0.1.6(the latest released version).gateway/version.txtto0.1.6and updates the doc tree references inAGENTS.mdandCLAUDE.mdto match.Test plan
cat gateway/version.txt→0.1.6make buildfromgateway/produces a binary whose--versionreports0.1.6