Skip to content

Commit 7e37437

Browse files
chore: bump version to 1.0.9 in README.md files (coder#193)
Co-authored-by: matifali <matifali@users.noreply.github.com>
1 parent f5681b5 commit 7e37437

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

git-commit-signing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali
1919
```tf
2020
module "git-commit-signing" {
2121
source = "registry.coder.com/modules/git-commit-signing/coder"
22-
version = "1.0.3"
22+
version = "1.0.9"
2323
agent_id = coder_agent.example.id
2424
}
2525
```

jetbrains-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
1414
```tf
1515
module "jetbrains_gateway" {
1616
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17-
version = "1.0.8"
17+
version = "1.0.9"
1818
agent_id = coder_agent.example.id
1919
agent_name = "example"
2020
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
3232
```tf
3333
module "jetbrains_gateway" {
3434
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35-
version = "1.0.8"
35+
version = "1.0.9"
3636
agent_id = coder_agent.example.id
3737
agent_name = "example"
3838
folder = "/home/coder/example"

0 commit comments

Comments
 (0)