File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali
19
19
``` tf
20
20
module "git-commit-signing" {
21
21
source = "registry.coder.com/modules/git-commit-signing/coder"
22
- version = "1.0.3 "
22
+ version = "1.0.9 "
23
23
agent_id = coder_agent.example.id
24
24
}
25
25
```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
14
14
``` tf
15
15
module "jetbrains_gateway" {
16
16
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17
- version = "1.0.8 "
17
+ version = "1.0.9 "
18
18
agent_id = coder_agent.example.id
19
19
agent_name = "example"
20
20
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
32
32
``` tf
33
33
module "jetbrains_gateway" {
34
34
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35
- version = "1.0.8 "
35
+ version = "1.0.9 "
36
36
agent_id = coder_agent.example.id
37
37
agent_name = "example"
38
38
folder = "/home/coder/example"
You can’t perform that action at this time.
0 commit comments