Skip to content

Commit

Permalink
Merge pull request #108 from snowflakedb/issue_107
Browse files Browse the repository at this point in the history
Issue 107
  • Loading branch information
sfc-gh-kwagner authored Oct 26, 2018
2 parents b48c99f + 1d6bc0e commit 0719848
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ matrix:
- sw_vers
- brew update
- brew install jq
- brew upgrade python
- openssl aes-256-cbc -k "$super_secret_password" -in parameters.json.enc -out parameters.json -d
- python3 -m venv env
- source env/bin/activate
Expand Down
1 change: 1 addition & 0 deletions cpp/util/Proxy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define SNOWFLAKECLIENT_PROXY_HPP

#include <cstddef>
#include <cstdlib>
#include <string>

namespace Snowflake
Expand Down
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.2.3"
#define SF_API_VERSION "0.2.6"

#endif /* SNOWFLAKE_CLIENT_VERSION_H */

0 comments on commit 0719848

Please sign in to comment.