Skip to content

Commit

Permalink
Remove rc1 requirement for utils v1
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed Nov 28, 2022
1 parent c1d8565 commit d1f0642
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.1.0'

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

config-version: 2

Expand Down

0 comments on commit d1f0642

Please sign in to comment.