Skip to content

Commit 0acf51c

Browse files
committed
version bump script
1 parent 667c991 commit 0acf51c

File tree

1 file changed

+6
-6
lines changed
  • registry/coder/modules/jetbrains-gateway

1 file changed

+6
-6
lines changed

registry/coder/modules/jetbrains-gateway/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
1919
module "jetbrains_gateway" {
2020
count = data.coder_workspace.me.start_count
2121
source = "registry.coder.com/coder/jetbrains-gateway/coder"
22-
version = "1.2.3"
22+
version = "1.2.4"
2323
agent_id = coder_agent.example.id
2424
folder = "/home/coder/example"
2525
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -37,7 +37,7 @@ module "jetbrains_gateway" {
3737
module "jetbrains_gateway" {
3838
count = data.coder_workspace.me.start_count
3939
source = "registry.coder.com/coder/jetbrains-gateway/coder"
40-
version = "1.2.3"
40+
version = "1.2.4"
4141
agent_id = coder_agent.example.id
4242
folder = "/home/coder/example"
4343
jetbrains_ides = ["GO", "WS"]
@@ -51,7 +51,7 @@ module "jetbrains_gateway" {
5151
module "jetbrains_gateway" {
5252
count = data.coder_workspace.me.start_count
5353
source = "registry.coder.com/coder/jetbrains-gateway/coder"
54-
version = "1.2.3"
54+
version = "1.2.4"
5555
agent_id = coder_agent.example.id
5656
folder = "/home/coder/example"
5757
jetbrains_ides = ["IU", "PY"]
@@ -66,7 +66,7 @@ module "jetbrains_gateway" {
6666
module "jetbrains_gateway" {
6767
count = data.coder_workspace.me.start_count
6868
source = "registry.coder.com/coder/jetbrains-gateway/coder"
69-
version = "1.2.3"
69+
version = "1.2.4"
7070
agent_id = coder_agent.example.id
7171
folder = "/home/coder/example"
7272
jetbrains_ides = ["IU", "PY"]
@@ -91,7 +91,7 @@ module "jetbrains_gateway" {
9191
module "jetbrains_gateway" {
9292
count = data.coder_workspace.me.start_count
9393
source = "registry.coder.com/coder/jetbrains-gateway/coder"
94-
version = "1.2.3"
94+
version = "1.2.4"
9595
agent_id = coder_agent.example.id
9696
folder = "/home/coder/example"
9797
jetbrains_ides = ["GO", "WS"]
@@ -109,7 +109,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
109109
module "jetbrains_gateway" {
110110
count = data.coder_workspace.me.start_count
111111
source = "registry.coder.com/coder/jetbrains-gateway/coder"
112-
version = "1.2.3"
112+
version = "1.2.4"
113113
agent_id = coder_agent.example.id
114114
folder = "/home/coder/example"
115115
jetbrains_ides = ["GO", "WS"]

0 commit comments

Comments
 (0)