From 6999ae36e28bf64f7fdf1b87439469e6474ba797 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 10:49:00 +0200 Subject: [PATCH] release 0.16.4 (#779) 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 efafa501f..9143e8a21 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.3 + version: 0.16.4 ## Docs: https://docs.elementary-data.com ``` diff --git a/dbt_project.yml b/dbt_project.yml index 08df8952b..75f5de394 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "elementary" -version: "0.16.3" +version: "0.16.4" require-dbt-version: [">=1.0.0", "<2.0.0"]