Skip to content

Commit

Permalink
SNOW-1732752: Set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz committed Dec 20, 2024
1 parent c15c602 commit bfa792f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions include/snowflake/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ extern "C" {
/**
* API Name
*/
/* TODO: Temporarily change to ODBC for now to pass the test before
* features (PUT for GCP, multiple statements etc.) unblocked
* on server side.
* Need to revert to C_API when merging to master.
*/
#define SF_API_NAME "ODBC"
#define SF_API_NAME "C API"

/**
* SQLState code length
Expand Down
7 changes: 1 addition & 6 deletions include/snowflake/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
#ifndef SNOWFLAKE_CLIENT_VERSION_H
#define SNOWFLAKE_CLIENT_VERSION_H

/* TODO: Temporarily change to ODBC version for now to pass the test before
* features (PUT for GCP, multiple statements etc.) unblocked
* on server side.
* Need to revert to libsfclient version when merging to master.
*/
#define SF_API_VERSION "3.0.1"
#define SF_API_VERSION "2.0.0"


#endif /* SNOWFLAKE_CLIENT_VERSION_H */

0 comments on commit bfa792f

Please sign in to comment.