Skip to content

Commit

Permalink
Change upper bound of require-dbt-version to be < 1.1.0 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Dec 2, 2021
1 parent db8a047 commit e987f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'dbt_utils'
version: '0.7.0'

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

config-version: 2

Expand Down

0 comments on commit e987f9b

Please sign in to comment.