Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
dwreeves committed Aug 24, 2024
1 parent c7fb8fc commit c3a8e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ Add this the `packages:` list your dbt project's `packages.yml`:

```yaml
- package: "dwreeves/dbt_linreg"
version: "0.2.3"
version: "0.2.5"
```
The full file will look something like this:
@@ -43,7 +43,7 @@ packages:
# Other packages here
# ...
- package: "dwreeves/dbt_linreg"
version: "0.2.3"
version: "0.2.5"
```
# Examples

0 comments on commit c3a8e06

Please sign in to comment.