From 0420646258a22a261bb7eb1d10c6348cd23b14fb Mon Sep 17 00:00:00 2001 From: cexll Date: Sat, 24 Jan 2026 14:01:54 +0800 Subject: [PATCH] update codeagent version --- codeagent-wrapper/internal/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeagent-wrapper/internal/app/app.go b/codeagent-wrapper/internal/app/app.go index 6963b0d..3253b3e 100644 --- a/codeagent-wrapper/internal/app/app.go +++ b/codeagent-wrapper/internal/app/app.go @@ -10,7 +10,7 @@ import ( ) const ( - version = "6.0.0-alpha1" + version = "6.1.2" defaultWorkdir = "." defaultTimeout = 7200 // seconds (2 hours) defaultCoverageTarget = 90.0