Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3600449

Browse files
authored
chore(jetbrains-gateway): bump minor version number
This resolves a conflict with an existing tag and also resolves the required minor version bump from #452
1 parent 7a5fd44 commit 3600449

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jetbrains-gateway/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
1818
module "jetbrains_gateway" {
1919
count = data.coder_workspace.me.start_count
2020
source = "registry.coder.com/modules/jetbrains-gateway/coder"
21-
version = "1.0.29"
21+
version = "1.1.0"
2222
agent_id = coder_agent.example.id
2323
folder = "/home/coder/example"
2424
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -36,7 +36,7 @@ module "jetbrains_gateway" {
3636
module "jetbrains_gateway" {
3737
count = data.coder_workspace.me.start_count
3838
source = "registry.coder.com/modules/jetbrains-gateway/coder"
39-
version = "1.0.29"
39+
version = "1.1.0"
4040
agent_id = coder_agent.example.id
4141
folder = "/home/coder/example"
4242
jetbrains_ides = ["GO", "WS"]
@@ -50,7 +50,7 @@ module "jetbrains_gateway" {
5050
module "jetbrains_gateway" {
5151
count = data.coder_workspace.me.start_count
5252
source = "registry.coder.com/modules/jetbrains-gateway/coder"
53-
version = "1.0.29"
53+
version = "1.1.0"
5454
agent_id = coder_agent.example.id
5555
folder = "/home/coder/example"
5656
jetbrains_ides = ["IU", "PY"]
@@ -65,7 +65,7 @@ module "jetbrains_gateway" {
6565
module "jetbrains_gateway" {
6666
count = data.coder_workspace.me.start_count
6767
source = "registry.coder.com/modules/jetbrains-gateway/coder"
68-
version = "1.0.29"
68+
version = "1.1.0"
6969
agent_id = coder_agent.example.id
7070
folder = "/home/coder/example"
7171
jetbrains_ides = ["IU", "PY"]
@@ -90,7 +90,7 @@ module "jetbrains_gateway" {
9090
module "jetbrains_gateway" {
9191
count = data.coder_workspace.me.start_count
9292
source = "registry.coder.com/modules/jetbrains-gateway/coder"
93-
version = "1.0.29"
93+
version = "1.1.0"
9494
agent_id = coder_agent.example.id
9595
folder = "/home/coder/example"
9696
jetbrains_ides = ["GO", "WS"]
@@ -108,7 +108,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
108108
module "jetbrains_gateway" {
109109
count = data.coder_workspace.me.start_count
110110
source = "registry.coder.com/modules/jetbrains-gateway/coder"
111-
version = "1.0.29"
111+
version = "1.1.0"
112112
agent_id = coder_agent.example.id
113113
folder = "/home/coder/example"
114114
jetbrains_ides = ["GO", "WS"]

0 commit comments

Comments
 (0)