chore: bump version to 1.0.9 in README.md files (#193)

Co-authored-by: matifali <matifali@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-15 04:44:43 +03:00
committed by GitHub
parent f5681b5206
commit 7e3743739e
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali
```tf
module "git-commit-signing" {
source = "registry.coder.com/modules/git-commit-signing/coder"
version = "1.0.3"
version = "1.0.9"
agent_id = coder_agent.example.id
}
```