Skip to content

Commit c50c425

Browse files
chore: bump version to 1.0.13 in README.md files (coder#238)
Co-authored-by: matifali <matifali@users.noreply.github.com>
1 parent 5f312ce commit c50c425

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

apache-airflow/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A module that adds Apache Airflow in your Coder template.
1515
```tf
1616
module "airflow" {
1717
source = "registry.coder.com/modules/apache-airflow/coder"
18-
version = "1.0.2"
18+
version = "1.0.13"
1919
agent_id = coder_agent.example.id
2020
}
2121
```
@@ -31,7 +31,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
3131
```tf
3232
module "airflow" {
3333
source = "registry.coder.com/modules/apache-airflow/coder"
34-
version = "1.0.2"
34+
version = "1.0.13"
3535
agent_id = coder_agent.example.id
3636
extensions = [
3737
"dracula-theme.theme-dracula"
@@ -48,7 +48,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
4848
```tf
4949
module "airflow" {
5050
source = "registry.coder.com/modules/apache-airflow/coder"
51-
version = "1.0.2"
51+
version = "1.0.13"
5252
agent_id = coder_agent.example.id
5353
extensions = ["dracula-theme.theme-dracula"]
5454
settings = {
@@ -64,7 +64,7 @@ Run code-server in the background, don't fetch it from GitHub:
6464
```tf
6565
module "airflow" {
6666
source = "registry.coder.com/modules/apache-airflow/coder"
67-
version = "1.0.2"
67+
version = "1.0.13"
6868
agent_id = coder_agent.example.id
6969
offline = true
7070
}

jetbrains-gateway/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
1414
```tf
1515
module "jetbrains_gateway" {
1616
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17-
version = "1.0.12"
17+
version = "1.0.13"
1818
agent_id = coder_agent.example.id
1919
agent_name = "example"
2020
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
3232
```tf
3333
module "jetbrains_gateway" {
3434
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35-
version = "1.0.12"
35+
version = "1.0.13"
3636
agent_id = coder_agent.example.id
3737
agent_name = "example"
3838
folder = "/home/coder/example"
@@ -46,7 +46,7 @@ module "jetbrains_gateway" {
4646
```tf
4747
module "jetbrains_gateway" {
4848
source = "registry.coder.com/modules/jetbrains-gateway/coder"
49-
version = "1.0.12"
49+
version = "1.0.13"
5050
agent_id = coder_agent.example.id
5151
agent_name = "example"
5252
folder = "/home/coder/example"
@@ -61,7 +61,7 @@ module "jetbrains_gateway" {
6161
```tf
6262
module "jetbrains_gateway" {
6363
source = "registry.coder.com/modules/jetbrains-gateway/coder"
64-
version = "1.0.12"
64+
version = "1.0.13"
6565
agent_id = coder_agent.example.id
6666
agent_name = "example"
6767
folder = "/home/coder/example"

0 commit comments

Comments
 (0)