From 906e628316d8e64f71a2d135d1027fef2ceac74e Mon Sep 17 00:00:00 2001 From: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Date: Fri, 16 Sep 2022 14:04:11 -0700 Subject: [PATCH] Bump up libsnowflakeclient version to 0.6.15 (#475) --- 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 e6749a8e58..e8bc9cf8a9 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 "0.6.14" +#define SF_API_VERSION "0.6.15" #endif /* SNOWFLAKE_CLIENT_VERSION_H */