From d36b61e0699bfbf157eca5a54767972965f75917 Mon Sep 17 00:00:00 2001 From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> Date: Fri, 11 Jun 2021 07:13:58 -0700 Subject: [PATCH] Update dbt_project.yml --- integration_tests/dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 7f95a44..5f5ca48 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'github_integration_tests' -version: '0.2.1' +version: '0.2.2' config-version: 2 profile: 'integration_tests'