From 4c6fcc44a8688dc57a2112d5f63d770bc4150b91 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Jan 2023 17:41:22 +0000 Subject: [PATCH] release 0.6.11 --- README.md | 6 +++--- dbt_project.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b435b77ce..f0918a432 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add to your `packages.yml` according to your dbt version: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.6.7 + version: 0.6.11 ## Docs: https://docs.elementary-data.com ``` @@ -34,7 +34,7 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.6.7 + version: 0.6.11 ## Docs: https://docs.elementary-data.com ## !! Important !! For dbt >=1.2.0 \<1.3.0 ## @@ -48,7 +48,7 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.6.7 + version: 0.6.11 ## Docs: https://docs.elementary-data.com ## !! Important !! For dbt <1.2.0 ## diff --git a/dbt_project.yml b/dbt_project.yml index cd14fdc63..bfc7dd543 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "elementary" -version: "0.6.7" +version: "0.6.11" require-dbt-version: [ ">=1.0.0", "<2.0.0" ]