Skip to content

Commit 6ae60e2

Browse files
bpamiriclaude
andauthored
chore: bump develop snapshot target to 4.0.2 (#2770)
Manual bump after the v4.0.1 GA — `bump-develop-version.yml` fired via `repository_dispatch` (the #2609 fix worked) but failed in 12s on a second issue: `peter-evans/create-pull-request@v6` hit `remote: Duplicate header: "Authorization"` because the `actions/checkout` step left credentials persisted that conflict with the action's own token. See run 26173817714 for the failed log. Setting `wheels.json` to `4.0.2` so subsequent develop snapshots are tagged `4.0.2-snapshot.<run>`. This is a baseline, not a commitment — the next GA's scope decision is made at tag-cut time. Follow-up issue tracks the workflow fix (add `persist-credentials: false` to the checkout step). Signed-off-by: Peter Amiri <peter@alurium.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 63777a0 commit 6ae60e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wheels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://wheels.dev/schema/wheels.json/v1.json",
33
"name": "Wheels.fw",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"description": "Wheels — CFML MVC framework",
66
"homepage": "https://wheels.dev",
77
"documentation": "https://wheels.dev/guides/",

0 commit comments

Comments
 (0)