Skip to content

Commit 0926bdf

Browse files
committed
version bump script
1 parent 0945873 commit 0926bdf

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
@@ -17,7 +17,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
1717
module "jetbrains_gateway" {
1818
count = data.coder_workspace.me.start_count
1919
source = "registry.coder.com/coder/jetbrains-gateway/coder"
20-
version = "1.2.2"
20+
version = "1.2.3"
2121
agent_id = coder_agent.example.id
2222
folder = "/home/coder/example"
2323
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -35,7 +35,7 @@ module "jetbrains_gateway" {
3535
module "jetbrains_gateway" {
3636
count = data.coder_workspace.me.start_count
3737
source = "registry.coder.com/coder/jetbrains-gateway/coder"
38-
version = "1.2.2"
38+
version = "1.2.3"
3939
agent_id = coder_agent.example.id
4040
folder = "/home/coder/example"
4141
jetbrains_ides = ["GO", "WS"]
@@ -49,7 +49,7 @@ module "jetbrains_gateway" {
4949
module "jetbrains_gateway" {
5050
count = data.coder_workspace.me.start_count
5151
source = "registry.coder.com/coder/jetbrains-gateway/coder"
52-
version = "1.2.2"
52+
version = "1.2.3"
5353
agent_id = coder_agent.example.id
5454
folder = "/home/coder/example"
5555
jetbrains_ides = ["IU", "PY"]
@@ -64,7 +64,7 @@ module "jetbrains_gateway" {
6464
module "jetbrains_gateway" {
6565
count = data.coder_workspace.me.start_count
6666
source = "registry.coder.com/coder/jetbrains-gateway/coder"
67-
version = "1.2.2"
67+
version = "1.2.3"
6868
agent_id = coder_agent.example.id
6969
folder = "/home/coder/example"
7070
jetbrains_ides = ["IU", "PY"]
@@ -89,7 +89,7 @@ module "jetbrains_gateway" {
8989
module "jetbrains_gateway" {
9090
count = data.coder_workspace.me.start_count
9191
source = "registry.coder.com/coder/jetbrains-gateway/coder"
92-
version = "1.2.2"
92+
version = "1.2.3"
9393
agent_id = coder_agent.example.id
9494
folder = "/home/coder/example"
9595
jetbrains_ides = ["GO", "WS"]
@@ -107,7 +107,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
107107
module "jetbrains_gateway" {
108108
count = data.coder_workspace.me.start_count
109109
source = "registry.coder.com/coder/jetbrains-gateway/coder"
110-
version = "1.2.2"
110+
version = "1.2.3"
111111
agent_id = coder_agent.example.id
112112
folder = "/home/coder/example"
113113
jetbrains_ides = ["GO", "WS"]

0 commit comments

Comments
 (0)