From c1fc85ba2d7431d65244ff510adf98a1f884abf1 Mon Sep 17 00:00:00 2001 From: Harry Xi <44687000+sfc-gh-ext-simba-hx@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:49:38 -0800 Subject: [PATCH] bump up version to 1.0.6 (#654) --- 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 608df9688c..18631465f8 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.5" +#define SF_API_VERSION "1.0.6" #endif /* SNOWFLAKE_CLIENT_VERSION_H */