chore: bump version to 1.0.6 in README.md files (#171)

This commit is contained in:
github-actions[bot]
2024-02-23 23:52:36 +05:00
committed by GitHub
parent 313ec59d46
commit 08adb4a839
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
```tf
module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.3"
version = "1.0.6"
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
```tf
module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.3"
version = "1.0.6"
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"