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 0a7b210 + 5893292 commit 4d7df25Copy full SHA for 4d7df25
lib/gocardless_pro/client.rb
@@ -253,7 +253,7 @@ def default_options
253
'User-Agent' => "#{user_agent}",
254
'Content-Type' => 'application/json',
255
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
256
- 'GoCardless-Client-Version' => '3.8.0'
+ 'GoCardless-Client-Version' => '3.8.1'
257
}
258
259
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.8.0'
+ VERSION = '3.8.1'
7
0 commit comments