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.
1 parent f595f7f commit be68ac0Copy full SHA for be68ac0
lib/gocardless_pro/client.rb
@@ -118,7 +118,7 @@ def default_options
118
'User-Agent' => "#{user_agent}",
119
'Content-Type' => 'application/json',
120
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
121
- 'GoCardless-Client-Version' => '2.0.0'
+ 'GoCardless-Client-Version' => '2.1.0'
122
}
123
124
end
lib/gocardless_pro/version.rb
@@ -4,5 +4,5 @@ module GoCardlessPro
4
5
module GoCardlessPro
6
# Current version of the GC gem
7
- VERSION = '2.0.0'
+ VERSION = '2.1.0'
8
0 commit comments