chore: bump version to 1.0.15 in README.md files (#258)

Co-authored-by: matifali <matifali@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-03 22:49:24 +03:00
committed by GitHub
parent 4021d856ba
commit c652dbe320
8 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
```tf
module "vscode" {
source = "registry.coder.com/modules/vscode-desktop/coder"
version = "1.0.8"
version = "1.0.15"
agent_id = coder_agent.example.id
}
```
@@ -28,7 +28,7 @@ module "vscode" {
```tf
module "vscode" {
source = "registry.coder.com/modules/vscode-desktop/coder"
version = "1.0.8"
version = "1.0.15"
agent_id = coder_agent.example.id
folder = "/home/coder/project"
}