Skip to content

Commit

Permalink
added restforce api_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Sep 4, 2014
1 parent 49fc65a commit 7a2bda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/sf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def client
:security_token => sfdc_auth_config['security_token'],
:client_id => sfdc_auth_config['client_id'],
:client_secret => sfdc_auth_config['client_secret']
:api_version => sfdc_auth_config['api_version']
end
else
@client
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.9"
VERSION = "0.1.10"
end

0 comments on commit 7a2bda4

Please sign in to comment.