From 15f3ee7e6e4702972badcfd21bd58576cca2f5a7 Mon Sep 17 00:00:00 2001 From: howryu Date: Tue, 26 Jun 2018 16:34:41 -0700 Subject: [PATCH] Bumping up the version to 0.1.3 --- 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 bcf3e7f244..9280fc5196 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.1.2" +#define SF_API_VERSION "0.1.3" #endif /* SNOWFLAKE_CLIENT_VERSION_H */