diff --git a/docs/get-started/customize-your-template/add-a-language.md b/docs/get-started/customize-your-template/add-a-language.md index bfe8254072994..c14428a90cd1d 100644 --- a/docs/get-started/customize-your-template/add-a-language.md +++ b/docs/get-started/customize-your-template/add-a-language.md @@ -612,7 +612,7 @@ module "zed" { module "devin-desktop" { count = data.coder_workspace.me.start_count * (contains(local.ides, "devin-desktop") ? 1 : 0) source = "registry.coder.com/coder/devin-desktop/coder" - version = "~> 1.0" + version = "~> 0.1" agent_id = coder_agent.main.id folder = "/home/coder" order = 6 diff --git a/docs/get-started/customize-your-template/authenticate-to-github.md b/docs/get-started/customize-your-template/authenticate-to-github.md index 126c6573de00c..88cb76e172d1d 100644 --- a/docs/get-started/customize-your-template/authenticate-to-github.md +++ b/docs/get-started/customize-your-template/authenticate-to-github.md @@ -461,7 +461,7 @@ module "zed" { module "devin-desktop" { count = data.coder_workspace.me.start_count * (contains(local.ides, "devin-desktop") ? 1 : 0) source = "registry.coder.com/coder/devin-desktop/coder" - version = "~> 1.0" + version = "~> 0.1" agent_id = coder_agent.main.id folder = "/home/coder" order = 6 diff --git a/docs/get-started/customize-your-template/install-command-line-tools.md b/docs/get-started/customize-your-template/install-command-line-tools.md index 189d16015e435..af9d1a4dfab98 100644 --- a/docs/get-started/customize-your-template/install-command-line-tools.md +++ b/docs/get-started/customize-your-template/install-command-line-tools.md @@ -737,7 +737,7 @@ module "zed" { module "devin-desktop" { count = data.coder_workspace.me.start_count * (contains(local.ides, "devin-desktop") ? 1 : 0) source = "registry.coder.com/coder/devin-desktop/coder" - version = "~> 1.0" + version = "~> 0.1" agent_id = coder_agent.main.id folder = "/home/coder" order = 6