From bda3eb96e81253540dd536ebf14fc59c7f0e16ba Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Sat, 13 Dec 2025 17:08:50 +0500 Subject: [PATCH] fix(coder/modules/zed): update main example to version 1.1.3 (#603) --- registry/coder/modules/zed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/zed/README.md b/registry/coder/modules/zed/README.md index 10f4dbc0..60e72f6c 100644 --- a/registry/coder/modules/zed/README.md +++ b/registry/coder/modules/zed/README.md @@ -19,7 +19,7 @@ Zed is a high-performance, multiplayer code editor from the creators of Atom and module "zed" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/zed/coder" - version = "1.1.2" + version = "1.1.3" agent_id = coder_agent.main.id } ```