From 26b2b39ff9c6ab4cc65dc0eeecc682312fac2c19 Mon Sep 17 00:00:00 2001 From: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:08:21 -0700 Subject: [PATCH] Bump Libsnowflakeclient version to 0.6.16 (#483) --- 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 e8bc9cf8a9..3a4eb5001c 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.15" +#define SF_API_VERSION "0.6.16" #endif /* SNOWFLAKE_CLIENT_VERSION_H */