diff --git a/cloud-agent-next/wrangler.jsonc b/cloud-agent-next/wrangler.jsonc index b4d030da7..38b24f60d 100644 --- a/cloud-agent-next/wrangler.jsonc +++ b/cloud-agent-next/wrangler.jsonc @@ -125,7 +125,7 @@ "image": "./Dockerfile", "instance_type": "standard-4", "image_vars": { - "KILOCODE_CLI_VERSION": "7.0.37", + "KILOCODE_CLI_VERSION": "7.0.46", }, "max_instances": 150, "rollout_active_grace_period": 120, @@ -257,7 +257,7 @@ "image": "./Dockerfile.dev", "instance_type": "standard-4", "image_vars": { - "KILOCODE_CLI_VERSION": "7.0.37", + "KILOCODE_CLI_VERSION": "7.0.46", }, "max_instances": 10, "rollout_active_grace_period": 60,