Skip to content

Commit

Permalink
SNOW-921837 - Bump up php driver version to 2.0.0 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-anavalos authored Sep 29, 2023
1 parent 4d17107 commit 6b08d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_pdo_snowflake.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern zend_module_entry pdo_snowflake_module_entry;
/**
* PHP PDO Snowflake version for PHP info
*/
#define PDO_SNOWFLAKE_VERSION "1.2.7"
#define PDO_SNOWFLAKE_VERSION "2.0.0"

#ifdef PHP_WIN32
#define PHP_PDO_SNOWFLAKE_API __declspec(dllexport)
Expand Down

0 comments on commit 6b08d27

Please sign in to comment.