Skip to content

Commit 2ce163c

Browse files
authored
Merge pull request #85 from clawfleet/chore/bump-openclaw-4.9
chore: bump OpenClaw to 2026.4.9
2 parents 8d452fe + b0840ec commit 2ce163c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var releaseTagPattern = regexp.MustCompile(`^v?\d+\.\d+\.\d+$`)
1313

1414
// RecommendedOpenClawVersion is the OpenClaw version that has been tested
1515
// with this release of ClawFleet. Updated with each ClawFleet release.
16-
const RecommendedOpenClawVersion = "2026.4.1"
16+
const RecommendedOpenClawVersion = "2026.4.9"
1717

1818
// ImageTag returns the Docker image tag corresponding to this CLI version.
1919
// Only exact release tags (e.g. "v0.1.0") map to release images. Local git

0 commit comments

Comments
 (0)