chore: bump version to 3.7.1 for open-output fix release - #32
Merged
Conversation
The build/-root-opening fix landed on main without a version bump, so release-tag-based self-update (./build.sh update) kept serving the old v3.7.0 tag content instead of the fix. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
install.sh hardcodes its own VERSION separately from the VERSION file, and the installer refuses to run when they disagree with the fetched manifest. Missed this in the prior bump. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Left over from the version bump — the fixture forged a fake old manifest by matching the current version string verbatim, so it still had to look for 3.7.0. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
kimdzhekhon
added a commit
that referenced
this pull request
Jul 29, 2026
* chore: bump version to 3.7.1 The build/-root-opening fix landed on main without a version bump, so release-tag-based self-update (./build.sh update) kept serving the old v3.7.0 tag content instead of the fix. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * fix: sync install.sh's own VERSION constant to 3.7.1 install.sh hardcodes its own VERSION separately from the VERSION file, and the installer refuses to run when they disagree with the fetched manifest. Missed this in the prior bump. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * test: update hardcoded version assertion to 3.7.1 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * test: fix downgrade-manifest sed pattern to match 3.7.1 Left over from the version bump — the fixture forged a fake old manifest by matching the current version string verbatim, so it still had to look for 3.7.0. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> --------- Co-authored-by: Kim Jaehyun <231584193+kimdzhekhon@users.noreply.github.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
kimdzhekhon
added a commit
that referenced
this pull request
Jul 29, 2026
* chore: bump version to 3.7.1 The build/-root-opening fix landed on main without a version bump, so release-tag-based self-update (./build.sh update) kept serving the old v3.7.0 tag content instead of the fix. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * fix: sync install.sh's own VERSION constant to 3.7.1 install.sh hardcodes its own VERSION separately from the VERSION file, and the installer refuses to run when they disagree with the fetched manifest. Missed this in the prior bump. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * test: update hardcoded version assertion to 3.7.1 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * test: fix downgrade-manifest sed pattern to match 3.7.1 Left over from the version bump — the fixture forged a fake old manifest by matching the current version string verbatim, so it still had to look for 3.7.0. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> --------- Co-authored-by: Kim Jaehyun <231584193+kimdzhekhon@users.noreply.github.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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
./build.sh update's default release-tag-based self-update kept serving the old v3.7.0 tag content instead of the fix — installed copies in other projects never picked it up.Test plan
scripts/generate-update-manifest.shregenerated cleanly, only VERSION's own hash and version line changed