Skip to content

Commit 39a27e2

Browse files
committed
release 0.8.3
1 parent 84c913c commit 39a27e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add to your `packages.yml` according to your dbt version:
2525
```yml packages.yml
2626
packages:
2727
- package: elementary-data/elementary
28-
version: 0.8.2
28+
version: 0.8.3
2929
## Docs: https://docs.elementary-data.com
3030
```
3131

@@ -34,7 +34,7 @@ packages:
3434
```yml packages.yml
3535
packages:
3636
- package: elementary-data/elementary
37-
version: 0.8.2
37+
version: 0.8.3
3838
## Docs: https://docs.elementary-data.com
3939

4040
## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
@@ -48,7 +48,7 @@ packages:
4848
```yml packages.yml
4949
packages:
5050
- package: elementary-data/elementary
51-
version: 0.8.2
51+
version: 0.8.3
5252
## Docs: https://docs.elementary-data.com
5353

5454
## !! Important !! For dbt <1.2.0 ##

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "elementary"
2-
version: "0.8.2"
2+
version: "0.8.3"
33

44
require-dbt-version: [">=1.0.0", "<2.0.0"]
55

0 commit comments

Comments
 (0)