Skip to content

Commit

Permalink
Merge pull request #17 from emilyriederer/inttest-dbtutils-version
Browse files Browse the repository at this point in the history
Bump version for dbtutils
  • Loading branch information
emilyriederer authored Oct 12, 2022
2 parents d15eab0 + 07fcccd commit e5b75b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'dbtplyr'
version: '0.3.1'
version: '0.3.2'
config-version: 2
require-dbt-version: ">=1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- package: dbt-labs/dbt_utils
version: 0.8.4
version: [">=0.9.0", "<1.0.0"]
- local: ../

0 comments on commit e5b75b5

Please sign in to comment.