Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit f02a63d

Browse files
committed
bump patch version
1 parent 1d762f8 commit f02a63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

claude-code/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
1414
```tf
1515
module "claude-code" {
1616
source = "registry.coder.com/modules/claude-code/coder"
17-
version = "1.2.0"
17+
version = "1.2.1"
1818
agent_id = coder_agent.example.id
1919
folder = "/home/coder"
2020
install_claude_code = true
@@ -102,7 +102,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
102102
```tf
103103
module "claude-code" {
104104
source = "registry.coder.com/modules/claude-code/coder"
105-
version = "1.2.0"
105+
version = "1.2.1"
106106
agent_id = coder_agent.example.id
107107
folder = "/home/coder"
108108
install_claude_code = true

0 commit comments

Comments
 (0)