From 81379bccc632358ad285523dc5d577dce953072b Mon Sep 17 00:00:00 2001 From: IDoneShaveIt <48473443+IDoneShaveIt@users.noreply.github.com> Date: Wed, 7 Sep 2022 19:28:42 +0300 Subject: [PATCH] Update quickstart.mdx --- docs/quickstart.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 50019b06a..2e7919865 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -46,8 +46,8 @@ Make sure to copy the packages that are relevant to your dbt version. ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.4.10 - ## compatible with Elementary CLI version 0.4.10 + version: 0.4.11 + ## compatible with Elementary CLI version 0.4.11 ## see docs: https://docs.elementary-data.com/ ``` @@ -56,8 +56,8 @@ packages: ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.4.10 - ## compatible with Elementary CLI version 0.4.10 + version: 0.4.11 + ## compatible with Elementary CLI version 0.4.11 ## see docs: https://docs.elementary-data.com/ ## !! Important !! For dbt <1.2.0 ##