From c51f5b657fb03a046e69072a93e5696ff3e0fe88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:15:10 +0300 Subject: [PATCH] release 0.16.1 (#750) Co-authored-by: GitHub Actions --- README.md | 2 +- dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30ac2a558..0554a6cba 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Available as self-hosted or Cloud service with premium features. ```yml packages.yml packages: - package: elementary-data/elementary - version: 0.16.0 + version: 0.16.1 ## Docs: https://docs.elementary-data.com ``` diff --git a/dbt_project.yml b/dbt_project.yml index 1a4f71e9f..e4fc06225 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "elementary" -version: "0.16.0" +version: "0.16.1" require-dbt-version: [">=1.0.0", "<2.0.0"]