From 40f6e10f46834929d7f8054103f7b40ee95be0c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 19:25:11 +0000 Subject: [PATCH] release: bump to 2.11.1 --- README.md | 2 +- dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d5f3a5..1019e4cf 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ release in your `packages.yml`. ``` packages: - package: brooklyn-data/dbt_artifacts - version: 2.11.0 + version: 2.11.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 61b23495..74ff8cd2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: "dbt_artifacts" -version: "2.11.0" +version: "2.11.1" config-version: 2 require-dbt-version: [">=1.3.0", "<3.0.0"] profile: "dbt_artifacts"