Skip to content

Commit a812b26

Browse files
authored
Merge pull request #137 from gocardless/IBP-894
IBP-894 bump version
2 parents 14b04cd + c679b79 commit a812b26

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
@@ -238,7 +238,7 @@ def default_options
238238
'User-Agent' => "#{user_agent}",
239239
'Content-Type' => 'application/json',
240240
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
241-
'GoCardless-Client-Version' => '3.3.0'
241+
'GoCardless-Client-Version' => '3.4.0'
242242
}
243243
}
244244
end

lib/gocardless_pro/version.rb

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

44
module GoCardlessPro
55
# Current version of the GC gem
6-
VERSION = '3.3.0'
6+
VERSION = '3.4.0'
77
end

0 commit comments

Comments
 (0)