From 96a069a6de7057acf8ad7e6efa2ce5edce600a15 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 13 Feb 2026 22:27:54 +0530 Subject: [PATCH] chore: fix readme version --- registry/coder/modules/agentapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/agentapi/README.md b/registry/coder/modules/agentapi/README.md index fd1fb5b8..ddc7c4ca 100644 --- a/registry/coder/modules/agentapi/README.md +++ b/registry/coder/modules/agentapi/README.md @@ -16,7 +16,7 @@ The AgentAPI module is a building block for modules that need to run an AgentAPI ```tf module "agentapi" { source = "registry.coder.com/coder/agentapi/coder" - version = "4.0.0" + version = "3.0.0" agent_id = var.agent_id web_app_slug = local.app_slug