Skip to content

Commit 4d7df25

Browse files
authored
Merge pull request #143 from gocardless/template-changes
Template changes
2 parents 0a7b210 + 5893292 commit 4d7df25

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
@@ -253,7 +253,7 @@ def default_options
253253
'User-Agent' => "#{user_agent}",
254254
'Content-Type' => 'application/json',
255255
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
256-
'GoCardless-Client-Version' => '3.8.0'
256+
'GoCardless-Client-Version' => '3.8.1'
257257
}
258258
}
259259
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.8.0'
6+
VERSION = '3.8.1'
77
end

0 commit comments

Comments
 (0)