Skip to content

Commit

Permalink
release 0.9.4 (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Aug 10, 2023
1 parent 5d50a62 commit 38d11f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add to your `packages.yml` according to your dbt version:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.9.3
version: 0.9.4
## Docs: https://docs.elementary-data.com
```

Expand All @@ -33,7 +33,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.9.3
version: 0.9.4
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
Expand All @@ -47,7 +47,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.9.3
version: 0.9.4
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt <1.2.0 ##
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "elementary"
version: "0.9.3"
version: "0.9.4"

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

Expand Down

0 comments on commit 38d11f9

Please sign in to comment.