fix(coder/modules/zed): update main example to version 1.1.3 (#603)

This commit is contained in:
Atif Ali 2025-12-13 17:08:50 +05:00 committed by GitHub
parent 6b16cd3529
commit bda3eb96e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
```