diff --git a/.github/workflows/cla_bot.yml b/.github/workflows/cla_bot.yml index c76e38a49d..b4dadb4f87 100644 --- a/.github/workflows/cla_bot.yml +++ b/.github/workflows/cla_bot.yml @@ -24,7 +24,7 @@ jobs: path-to-signatures: 'signatures/version1.json' path-to-document: 'https://github.com/snowflakedb/CLA/blob/main/README.md' branch: 'main' - allowlist: 'dependabot[bot],github-actions,Jenkins User,_jenkins,sfc-gh-snyk-sca-sa,snyk-bot' + allowlist: 'dependabot[bot],github-actions,Jenkins User,_jenkins,sfc-gh-snyk-sca-sa,snyk-bot,Bump version bot' remote-organization-name: 'snowflakedb' remote-repository-name: 'cla-db' diff --git a/include/snowflake/version.h b/include/snowflake/version.h index 4f076081ec..4be0cea2d5 100644 --- a/include/snowflake/version.h +++ b/include/snowflake/version.h @@ -5,7 +5,7 @@ #ifndef SNOWFLAKE_CLIENT_VERSION_H #define SNOWFLAKE_CLIENT_VERSION_H -#define SF_API_VERSION "2.1.1" +#define SF_API_VERSION "2.2.0" #endif /* SNOWFLAKE_CLIENT_VERSION_H */