There was an error while loading. Please reload this page.
2 parents 8d452fe + b0840ec commit 2ce163cCopy full SHA for 2ce163c
1 file changed
internal/version/version.go
@@ -13,7 +13,7 @@ var releaseTagPattern = regexp.MustCompile(`^v?\d+\.\d+\.\d+$`)
13
14
// RecommendedOpenClawVersion is the OpenClaw version that has been tested
15
// with this release of ClawFleet. Updated with each ClawFleet release.
16
-const RecommendedOpenClawVersion = "2026.4.1"
+const RecommendedOpenClawVersion = "2026.4.9"
17
18
// ImageTag returns the Docker image tag corresponding to this CLI version.
19
// Only exact release tags (e.g. "v0.1.0") map to release images. Local git
0 commit comments