Skip to content

Commit ac0e104

Browse files
committed
Release v0.3.9
1 parent 815496e commit ac0e104

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ terraform {
6969
required_providers {
7070
databricks = {
7171
source = "databrickslabs/databricks"
72-
version = "0.3.8"
72+
version = "0.3.9"
7373
}
7474
}
7575
}

docs/guides/aws-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ terraform {
5454
required_providers {
5555
databricks = {
5656
source = "databrickslabs/databricks"
57-
version = "0.3.8"
57+
version = "0.3.9"
5858
}
5959
aws = {
6060
source = "hashicorp/aws"

docs/guides/workspace-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
required_providers {
1212
databricks = {
1313
source = "databrickslabs/databricks"
14-
version = "0.3.8"
14+
version = "0.3.9"
1515
}
1616
}
1717
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ terraform {
340340
required_providers {
341341
databricks = {
342342
source = "databrickslabs/databricks"
343-
version = "0.3.8"
343+
version = "0.3.9"
344344
}
345345
}
346346
}

0 commit comments

Comments
 (0)