From 617d6e0272d7575ae1520fea981dd775332ec937 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz <132913826+sfc-gh-dprzybysz@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:34:45 +0200 Subject: [PATCH] Bump version to 1.1.0 for release (#764) --- include/snowflake/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/snowflake/version.h b/include/snowflake/version.h index b21a93dd34..2df5c775be 100644 --- a/include/snowflake/version.h +++ b/include/snowflake/version.h @@ -5,6 +5,6 @@ #ifndef SNOWFLAKE_CLIENT_VERSION_H #define SNOWFLAKE_CLIENT_VERSION_H -#define SF_API_VERSION "1.0.14" +#define SF_API_VERSION "1.1.0" #endif /* SNOWFLAKE_CLIENT_VERSION_H */