Skip to content

Commit 5e54260

Browse files
committed
Release v0.3.1
1 parent c55fd38 commit 5e54260

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ coverage: test
1818
@echo "✓ Opening coverage for unit tests ..."
1919
@go tool cover -html=coverage.txt
2020

21-
VERSION = 0.3.0
21+
VERSION = 0.3.1
2222

2323
build: vendor
2424
@echo "✓ Building source code with go build ..."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ terraform {
6161
required_providers {
6262
databricks = {
6363
source = "databrickslabs/databricks"
64-
version = "0.3.0"
64+
version = "0.3.1"
6565
}
6666
}
6767
}

docs/guides/aws-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ terraform {
4747
required_providers {
4848
databricks = {
4949
source = "databrickslabs/databricks"
50-
version = "0.3.0"
50+
version = "0.3.1"
5151
}
5252
}
5353
}

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.0"
14+
version = "0.3.1"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)