From e9f7ea6e6d507a0e8b65371aeed6fcf3954744fe Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:27:38 -0800 Subject: [PATCH] bump to 1.11.0 (#386) --- dbt/adapters/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index 08e0d06bf..b6c30336d 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.10.4" +version = "1.11.0"