Skip to content

Commit be68ac0

Browse files
Crankshaft RobotTim Rogers
authored andcommitted
[BU000003Z80B90] Bump to v2.1.0
1 parent f595f7f commit be68ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/gocardless_pro/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def default_options
118118
'User-Agent' => "#{user_agent}",
119119
'Content-Type' => 'application/json',
120120
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
121-
'GoCardless-Client-Version' => '2.0.0'
121+
'GoCardless-Client-Version' => '2.1.0'
122122
}
123123
}
124124
end

lib/gocardless_pro/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module GoCardlessPro
44

55
module GoCardlessPro
66
# Current version of the GC gem
7-
VERSION = '2.0.0'
7+
VERSION = '2.1.0'
88
end

0 commit comments

Comments
 (0)