Skip to content

Commit c3a8e06

Browse files
committed
update README
1 parent c7fb8fc commit c3a8e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this the `packages:` list your dbt project's `packages.yml`:
3232

3333
```yaml
3434
- package: "dwreeves/dbt_linreg"
35-
version: "0.2.3"
35+
version: "0.2.5"
3636
```
3737
3838
The full file will look something like this:
@@ -43,7 +43,7 @@ packages:
4343
# Other packages here
4444
# ...
4545
- package: "dwreeves/dbt_linreg"
46-
version: "0.2.3"
46+
version: "0.2.5"
4747
```
4848
4949
# Examples

0 commit comments

Comments
 (0)