Skip to content

Commit 369eea1

Browse files
committed
Release version 0.3.6
1 parent 1e3ad71 commit 369eea1

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
@@ -67,7 +67,7 @@ terraform {
6767
required_providers {
6868
databricks = {
6969
source = "databrickslabs/databricks"
70-
version = "0.3.5"
70+
version = "0.3.6"
7171
}
7272
}
7373
}

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.5"
57+
version = "0.3.6"
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.5"
14+
version = "0.3.6"
1515
}
1616
}
1717
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ terraform {
325325
required_providers {
326326
databricks = {
327327
source = "databrickslabs/databricks"
328-
version = "0.3.5"
328+
version = "0.3.6"
329329
}
330330
}
331331
}

0 commit comments

Comments
 (0)