Skip to content

Commit

Permalink
Bump up version feature: random device
Browse files Browse the repository at this point in the history
set UseURandomDevice=true in the ODBC SIMBAINI file to use /dev/urandom device which is a pseudo random number generator.
  • Loading branch information
sfc-gh-vreddy authored Aug 3, 2020
1 parent d6a89e3 commit dda13ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/snowflake/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#ifndef SNOWFLAKE_CLIENT_VERSION_H
#define SNOWFLAKE_CLIENT_VERSION_H

#define SF_API_VERSION "0.5.6"
#define SF_API_VERSION "0.5.7"

#endif /* SNOWFLAKE_CLIENT_VERSION_H */

0 comments on commit dda13ba

Please sign in to comment.