Skip to content

Commit de1358e

Browse files
Update php_pdo_snowflake.h Bump up the version from 2.0.0 to 2.0.1 (#352)
1 parent f158ff9 commit de1358e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_pdo_snowflake.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern zend_module_entry pdo_snowflake_module_entry;
1111
/**
1212
* PHP PDO Snowflake version for PHP info
1313
*/
14-
#define PDO_SNOWFLAKE_VERSION "2.0.0"
14+
#define PDO_SNOWFLAKE_VERSION "2.0.1"
1515

1616
#ifdef PHP_WIN32
1717
#define PHP_PDO_SNOWFLAKE_API __declspec(dllexport)

0 commit comments

Comments
 (0)