From bdb94fc428048d02e245f3af10798d499deafe2f Mon Sep 17 00:00:00 2001 From: Gemma Down Date: Tue, 3 Oct 2023 09:21:29 +0100 Subject: [PATCH] Update version numbers --- README.md | 2 +- dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17688961..6c537660 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ See the generated [dbt docs site](https://brooklyn-data.github.io/dbt_artifacts/ ``` packages: - package: brooklyn-data/dbt_artifacts - version: 2.6.0 + version: 2.6.1 ``` :construction_worker: Make sure to fix at least the **minor** version, to avoid issues when a new release is open. See the notes on upgrading below for more detail. diff --git a/dbt_project.yml b/dbt_project.yml index 4a031fa9..ee9e85ca 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "dbt_artifacts" -version: "2.6.0" +version: "2.6.1" config-version: 2 require-dbt-version: [">=1.3.0", "<1.7.0"] profile: "dbt_artifacts"