We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14b04cd + c679b79 commit a812b26Copy full SHA for a812b26
lib/gocardless_pro/client.rb
@@ -238,7 +238,7 @@ def default_options
238
'User-Agent' => "#{user_agent}",
239
'Content-Type' => 'application/json',
240
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
241
- 'GoCardless-Client-Version' => '3.3.0'
+ 'GoCardless-Client-Version' => '3.4.0'
242
}
243
244
end
lib/gocardless_pro/version.rb
@@ -3,5 +3,5 @@ module GoCardlessPro
3
4
module GoCardlessPro
5
# Current version of the GC gem
6
- VERSION = '3.3.0'
+ VERSION = '3.4.0'
7
0 commit comments