Skip to content

Commit

Permalink
Version bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Sep 28, 2022
1 parent a32fa92 commit daae236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Add to your `packages.yml` according to your dbt version:
```yml
packages:
- package: elementary-data/elementary
version: 0.4.12
## compatible with Elementary CLI version 0.4.11
version: 0.5.0
## compatible with Elementary CLI version 0.5.0
## see docs: https://docs.elementary-data.com/
```

Expand All @@ -33,8 +33,8 @@ packages:
```yml
packages:
- package: elementary-data/elementary
version: 0.4.12
## compatible with Elementary CLI version 0.4.11
version: 0.5.0
## compatible with Elementary CLI version 0.5.0
## see docs: https://docs.elementary-data.com/

## !! Important !! For dbt <1.2.0 only
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.4.11"
version: "0.5.0"

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

Expand Down

0 comments on commit daae236

Please sign in to comment.